{
  "cksum": "10a39562996015e1742b22d23204f76d38c4b609c1d633c0b66031be5e17c847",
  "crate_file": "affinidi-crypto-0.2.4.crate",
  "crate_url": "https://static.crates.io/crates/affinidi-crypto/affinidi-crypto-0.2.4.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "aes",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "affinidi-encoding",
      "optional": false,
      "req": "^0.1.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "base58",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "base64",
      "optional": false,
      "req": "^0.22",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "cbc",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rand_core"
      ],
      "kind": "normal",
      "name": "ed25519-dalek",
      "optional": true,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "js"
      ],
      "kind": "normal",
      "name": "getrandom",
      "optional": false,
      "req": "^0.2",
      "target": "cfg(target_arch = \"wasm32\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hmac",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "ecdsa-core",
        "arithmetic",
        "ecdh"
      ],
      "kind": "normal",
      "name": "k256",
      "optional": true,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rand_core",
        "zeroize"
      ],
      "kind": "normal",
      "name": "ml-dsa",
      "optional": true,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "multibase",
      "optional": false,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "ecdsa-core",
        "ecdsa",
        "arithmetic",
        "ecdh"
      ],
      "kind": "normal",
      "name": "p256",
      "optional": true,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "ecdsa-core",
        "arithmetic",
        "ecdh"
      ],
      "kind": "normal",
      "name": "p384",
      "optional": true,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "arithmetic",
        "ecdh"
      ],
      "kind": "normal",
      "name": "p521",
      "optional": true,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std",
        "std_rng",
        "sys_rng"
      ],
      "kind": "normal",
      "name": "rand_10",
      "optional": true,
      "package": "rand",
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "getrandom"
      ],
      "kind": "normal",
      "name": "rand_core",
      "optional": false,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": false,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "zeroize"
      ],
      "kind": "normal",
      "name": "slh-dsa",
      "optional": true,
      "req": "=0.2.0-rc.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "subtle",
      "optional": true,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "static_secrets"
      ],
      "kind": "normal",
      "name": "x25519-dalek",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "zeroize",
      "optional": false,
      "req": "^1",
      "target": null
    }
  ],
  "features": {},
  "features2": {
    "default": [
      "p256",
      "k256",
      "p384",
      "p521",
      "ed25519"
    ],
    "ed25519": [
      "dep:ed25519-dalek"
    ],
    "jose": [
      "dep:aes",
      "dep:cbc",
      "dep:hmac",
      "dep:subtle",
      "ed25519",
      "p256",
      "k256",
      "p384",
      "p521"
    ],
    "k256": [
      "dep:k256"
    ],
    "ml-dsa": [
      "dep:ml-dsa",
      "dep:rand_10"
    ],
    "p256": [
      "dep:p256"
    ],
    "p384": [
      "dep:p384"
    ],
    "p521": [
      "dep:p521"
    ],
    "post-quantum": [
      "ml-dsa",
      "slh-dsa"
    ],
    "slh-dsa": [
      "dep:slh-dsa",
      "dep:rand_10"
    ]
  },
  "index_path": "af/fi/affinidi-crypto",
  "name": "affinidi-crypto",
  "pubtime": "2026-07-04T10:10:18Z",
  "rust_version": "1.95.0",
  "v": 2,
  "vers": "0.2.4",
  "yanked": false
}
