{
  "cksum": "008c04d35c81d76ce230827ec3f3390e834750e504b7ca0609f368a85c91fcd2",
  "crate_file": "arcanum-hash-0.1.0.crate",
  "crate_url": "https://static.crates.io/crates/arcanum-hash/arcanum-hash-0.1.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "arcanum-core",
      "optional": false,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "std",
        "simd",
        "rayon",
        "sha2",
        "blake3"
      ],
      "kind": "normal",
      "name": "arcanum-primitives",
      "optional": true,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "argon2",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "blake2",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "blake3",
      "optional": true,
      "req": "^1.5",
      "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": "digest",
      "optional": false,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "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": "pbkdf2",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "proptest",
      "optional": false,
      "req": "^1.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ring",
      "optional": true,
      "req": "^0.17",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rstest",
      "optional": false,
      "req": "^0.23",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "scrypt",
      "optional": true,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive",
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "asm"
      ],
      "kind": "normal",
      "name": "sha2",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sha3",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive",
        "aarch64"
      ],
      "kind": "normal",
      "name": "zeroize",
      "optional": false,
      "req": "^1.8",
      "target": null
    }
  ],
  "features": {
    "backend-rustcrypto": [],
    "hardware-accel": [],
    "std": []
  },
  "features2": {
    "all": [
      "sha2",
      "sha3",
      "blake2",
      "blake3",
      "kdf",
      "pbkdf2",
      "mac"
    ],
    "argon2": [
      "dep:argon2"
    ],
    "backend-native": [
      "dep:arcanum-primitives"
    ],
    "bench-ring": [
      "dep:ring"
    ],
    "blake2": [
      "dep:blake2"
    ],
    "blake3": [
      "dep:blake3"
    ],
    "default": [
      "std",
      "backend-native",
      "sha2",
      "sha3",
      "blake3",
      "kdf",
      "hardware-accel"
    ],
    "fast-hashing": [
      "blake3"
    ],
    "hkdf": [
      "dep:hkdf"
    ],
    "kdf": [
      "argon2",
      "hkdf",
      "scrypt"
    ],
    "mac": [
      "dep:hmac"
    ],
    "pbkdf2": [
      "dep:pbkdf2"
    ],
    "scrypt": [
      "dep:scrypt"
    ],
    "sha2": [
      "dep:sha2"
    ],
    "sha3": [
      "dep:sha3"
    ]
  },
  "index_path": "ar/ca/arcanum-hash",
  "name": "arcanum-hash",
  "pubtime": "2026-01-22T18:18:43Z",
  "rust_version": "1.89",
  "v": 2,
  "vers": "0.1.0",
  "yanked": false
}
