{
  "cksum": "e3db354f401db558759dfc1e568d010a5d4146f4d3f637be1275ec4a3cf09689",
  "crate_file": "multihash-0.16.2.crate",
  "crate_url": "https://static.crates.io/crates/multihash/multihash-0.16.2.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "arbitrary",
      "optional": true,
      "req": "^1.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "arbitrary",
      "optional": false,
      "req": "^1.1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "blake2b_simd",
      "optional": true,
      "req": "^1.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "blake2s_simd",
      "optional": true,
      "req": "^1.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "blake3",
      "optional": true,
      "req": "^1.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "core2",
      "optional": false,
      "req": "^0.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "criterion",
      "optional": false,
      "req": "^0.3.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "digest",
      "optional": true,
      "req": "^0.10.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "hex",
      "optional": false,
      "req": "^0.4.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "multihash-derive",
      "optional": true,
      "req": "^0.8.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "parity-scale-codec",
      "optional": true,
      "req": "^3.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "quickcheck",
      "optional": true,
      "req": "^0.9.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "quickcheck",
      "optional": false,
      "req": "^0.9.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": true,
      "req": "^0.7.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rand",
      "optional": false,
      "req": "^0.7.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0.116",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "const-generics"
      ],
      "kind": "normal",
      "name": "serde-big-array",
      "optional": true,
      "req": "^0.3.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0.58",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "sha-1",
      "optional": true,
      "req": "^0.10.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "sha-2",
      "optional": true,
      "package": "sha2",
      "req": "^0.10.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "sha-3",
      "optional": true,
      "package": "sha3",
      "req": "^0.10.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "strobe-rs",
      "optional": true,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "unsigned-varint",
      "optional": false,
      "req": "^0.7.1",
      "target": null
    }
  ],
  "features": {
    "alloc": [
      "core2/alloc"
    ],
    "arb": [
      "quickcheck",
      "rand",
      "arbitrary"
    ],
    "blake2b": [
      "blake2b_simd"
    ],
    "blake2s": [
      "blake2s_simd"
    ],
    "default": [
      "std",
      "derive",
      "multihash-impl",
      "secure-hashes"
    ],
    "derive": [
      "multihash-derive"
    ],
    "identity": [],
    "multihash-impl": [
      "derive"
    ],
    "scale-codec": [
      "parity-scale-codec"
    ],
    "secure-hashes": [
      "blake2b",
      "blake2s",
      "blake3",
      "sha2",
      "sha3"
    ],
    "serde-codec": [
      "serde",
      "serde-big-array"
    ],
    "sha1": [
      "digest",
      "sha-1"
    ],
    "sha2": [
      "digest",
      "sha-2"
    ],
    "sha3": [
      "digest",
      "sha-3"
    ],
    "std": [
      "unsigned-varint/std",
      "multihash-derive/std",
      "alloc"
    ],
    "strobe": [
      "strobe-rs"
    ]
  },
  "index_path": "mu/lt/multihash",
  "name": "multihash",
  "pubtime": "2022-03-31T15:54:26Z",
  "vers": "0.16.2",
  "yanked": false
}
