{
  "cksum": "dd5130e119706b4d8c2180da6126f7e60b6c38c2d340d539219f57051f0a7af7",
  "crate_file": "hpke-0.14.0.crate",
  "crate_url": "https://static.crates.io/crates/hpke/hpke-0.14.0.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "aead",
      "optional": false,
      "req": "^0.6.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "aes"
      ],
      "kind": "normal",
      "name": "aes-gcm",
      "optional": true,
      "req": "^0.11.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "chacha20poly1305",
      "optional": true,
      "req": "^0.11.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "html_reports"
      ],
      "kind": "dev",
      "name": "criterion",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "sys_rng"
      ],
      "kind": "normal",
      "name": "getrandom",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "hex",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "hex-literal",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "hkdf",
      "optional": true,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hybrid-array",
      "optional": false,
      "req": "^0.4.13",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "zeroize"
      ],
      "kind": "normal",
      "name": "ml-kem",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "arithmetic",
        "ecdh"
      ],
      "kind": "normal",
      "name": "p256",
      "optional": true,
      "req": "^0.14.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "arithmetic",
        "ecdh"
      ],
      "kind": "normal",
      "name": "p384",
      "optional": true,
      "req": "^0.14.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "arithmetic",
        "ecdh"
      ],
      "kind": "normal",
      "name": "p521",
      "optional": true,
      "req": "^0.14.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rand_core",
      "optional": false,
      "req": "^0.10.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "dev",
      "name": "serde",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": true,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "zeroize"
      ],
      "kind": "normal",
      "name": "sha3",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "zeroize"
      ],
      "kind": "normal",
      "name": "shake",
      "optional": true,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "subtle",
      "optional": false,
      "req": "^2.6",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "zeroize"
      ],
      "kind": "normal",
      "name": "turboshake",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "hazmat"
      ],
      "kind": "normal",
      "name": "x-wing",
      "optional": true,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "static_secrets"
      ],
      "kind": "normal",
      "name": "x25519-dalek",
      "optional": true,
      "req": "^3.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "zeroize_derive"
      ],
      "kind": "normal",
      "name": "zeroize",
      "optional": false,
      "req": "^1",
      "target": null
    }
  ],
  "features": {
    "alloc": []
  },
  "features2": {
    "aes": [
      "dep:aes-gcm"
    ],
    "chacha": [
      "dep:chacha20poly1305"
    ],
    "default": [
      "getrandom",
      "alloc",
      "x25519",
      "mlkem",
      "chacha"
    ],
    "getrandom": [
      "dep:getrandom"
    ],
    "hkdfsha2": [
      "dep:hkdf",
      "dep:sha2"
    ],
    "kat": [
      "alloc",
      "getrandom",
      "aes",
      "chacha",
      "x25519",
      "nistp",
      "mlkem",
      "hkdfsha2",
      "shake"
    ],
    "mlkem": [
      "dep:ml-kem",
      "dep:x-wing",
      "shake"
    ],
    "nistp": [
      "dep:p256",
      "dep:p384",
      "dep:p521",
      "hkdfsha2"
    ],
    "shake": [
      "dep:sha3",
      "dep:shake",
      "dep:turboshake"
    ],
    "x25519": [
      "dep:x25519-dalek",
      "hkdfsha2"
    ]
  },
  "index_path": "hp/ke/hpke",
  "name": "hpke",
  "pubtime": "2026-07-09T20:54:12Z",
  "rust_version": "1.85",
  "v": 2,
  "vers": "0.14.0",
  "yanked": false
}
