{
  "cksum": "b710addc28c9950dd961e7dd3837ef3b479492d2b21b5f2437eb7d2899403027",
  "crate_file": "nym-crypto-1.20.4.crate",
  "crate_url": "https://static.crates.io/crates/nym-crypto/nym-crypto-1.20.4.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "aead",
      "optional": true,
      "req": "^0.5.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "aes",
      "optional": true,
      "req": "^0.8.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "aes-gcm-siv",
      "optional": true,
      "req": "^0.11.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "base64",
      "optional": false,
      "req": "^0.22.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "traits-preview"
      ],
      "kind": "normal",
      "name": "blake3",
      "optional": true,
      "req": "^1.7.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bs58",
      "optional": false,
      "req": "^0.5.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cipher",
      "optional": true,
      "req": "^0.4.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ctr",
      "optional": true,
      "req": "^0.9.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "curve25519-dalek",
      "optional": true,
      "req": "^4.1.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "digest",
      "optional": true,
      "req": "^0.10.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rand_core"
      ],
      "kind": "normal",
      "name": "ed25519-dalek",
      "optional": true,
      "req": "^2.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "generic-array",
      "optional": true,
      "req": "^0.14.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hkdf",
      "optional": true,
      "req": "^0.12.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hmac",
      "optional": true,
      "req": "^0.12.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "pure-rust"
      ],
      "kind": "normal",
      "name": "jwt-simple",
      "optional": true,
      "req": "^0.12.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "nym-pemstore",
      "optional": false,
      "req": "^1.20.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "nym-sphinx-types",
      "optional": false,
      "req": "^1.20.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": true,
      "req": "^0.8.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0.219",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_bytes",
      "optional": true,
      "req": "^0.11.17",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": true,
      "req": "^0.10.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "bech32-preview"
      ],
      "kind": "normal",
      "name": "subtle-encoding",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "static_secrets"
      ],
      "kind": "normal",
      "name": "x25519-dalek",
      "optional": true,
      "req": "^2.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "zeroize_derive"
      ],
      "kind": "normal",
      "name": "zeroize",
      "optional": true,
      "req": "^1.7.0",
      "target": null
    }
  ],
  "features": {
    "asymmetric": [
      "x25519-dalek",
      "ed25519-dalek",
      "curve25519-dalek",
      "sha2",
      "zeroize"
    ],
    "default": [],
    "hashing": [
      "blake3",
      "digest",
      "hkdf",
      "hmac",
      "generic-array",
      "sha2",
      "zeroize"
    ],
    "naive_jwt": [
      "asymmetric",
      "jwt-simple"
    ],
    "sphinx": [
      "nym-sphinx-types/sphinx"
    ],
    "stream_cipher": [
      "aes",
      "ctr",
      "cipher",
      "generic-array"
    ]
  },
  "features2": {
    "aead": [
      "dep:aead",
      "aead/std",
      "aes-gcm-siv",
      "generic-array"
    ],
    "serde": [
      "dep:serde",
      "serde_bytes",
      "ed25519-dalek/serde",
      "x25519-dalek/serde"
    ]
  },
  "index_path": "ny/m-/nym-crypto",
  "name": "nym-crypto",
  "pubtime": "2026-01-21T01:53:29Z",
  "v": 2,
  "vers": "1.20.4",
  "yanked": false
}
