{
  "cksum": "3c73fa254a37d78b14242b15008c99df4d6a2db207ca8d9e0ffb16108beb3ce2",
  "crate_file": "crypt-io-0.4.0.crate",
  "crate_url": "https://static.crates.io/crates/crypt-io/crypt-io-0.4.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "aes-gcm",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "argon2",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "blake3",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "chacha20poly1305",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "html_reports"
      ],
      "kind": "dev",
      "name": "criterion",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "error-forge",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "hex",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hkdf",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hmac",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "log-io",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "metrics-lib",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "mod-rand",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "proptest",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "zeroize",
      "optional": true,
      "req": "^1.7",
      "target": null
    }
  ],
  "features": {
    "std": []
  },
  "features2": {
    "aead-aes-gcm": [
      "dep:aes-gcm"
    ],
    "aead-all": [
      "aead-chacha20",
      "aead-aes-gcm"
    ],
    "aead-chacha20": [
      "dep:chacha20poly1305"
    ],
    "async-trait": [
      "dep:async-trait"
    ],
    "default": [
      "std",
      "zeroize",
      "aead-chacha20",
      "aead-aes-gcm",
      "hash-blake3",
      "hash-sha2",
      "mac-hmac",
      "kdf-hkdf"
    ],
    "hash-all": [
      "hash-blake3",
      "hash-sha2"
    ],
    "hash-blake3": [
      "dep:blake3"
    ],
    "hash-sha2": [
      "dep:sha2"
    ],
    "kdf-all": [
      "kdf-hkdf",
      "kdf-argon2"
    ],
    "kdf-argon2": [
      "dep:argon2"
    ],
    "kdf-hkdf": [
      "dep:hkdf",
      "hash-sha2"
    ],
    "logging": [
      "dep:log-io"
    ],
    "mac-all": [
      "mac-hmac",
      "mac-blake3"
    ],
    "mac-blake3": [
      "hash-blake3"
    ],
    "mac-hmac": [
      "dep:hmac",
      "hash-sha2"
    ],
    "metrics": [
      "dep:metrics-lib"
    ],
    "preset-all": [
      "std",
      "zeroize",
      "aead-all",
      "hash-all",
      "mac-all",
      "kdf-all",
      "stream"
    ],
    "preset-minimal": [
      "std",
      "aead-chacha20"
    ],
    "stream": [
      "aead-chacha20"
    ],
    "zeroize": [
      "dep:zeroize"
    ]
  },
  "index_path": "cr/yp/crypt-io",
  "name": "crypt-io",
  "pubtime": "2026-05-22T04:19:27Z",
  "rust_version": "1.85",
  "v": 2,
  "vers": "0.4.0",
  "yanked": false
}
