{
  "cksum": "c5f8002e1b1e235ec8b40c63cbfe85f92a88539a9f65cd493feea5af6ff11e6d",
  "crate_file": "oxicrypto-0.2.0.crate",
  "crate_url": "https://static.crates.io/crates/oxicrypto/oxicrypto-0.2.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cpufeatures",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "rand_core"
      ],
      "kind": "dev",
      "name": "ed25519-dalek",
      "optional": false,
      "req": "^2.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "std",
        "sys_rng"
      ],
      "kind": "normal",
      "name": "getrandom",
      "optional": true,
      "req": "^0.4.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "std",
        "sys_rng"
      ],
      "kind": "dev",
      "name": "getrandom",
      "optional": false,
      "req": "^0.4.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxicrypto-aead",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxicrypto-cipher",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxicrypto-core",
      "optional": false,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxicrypto-hash",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxicrypto-kdf",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxicrypto-kex",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxicrypto-mac",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxicrypto-pq",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxicrypto-rand",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxicrypto-sig",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "oxicrypto-sig",
      "optional": false,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "ecdsa",
        "alloc"
      ],
      "kind": "dev",
      "name": "p256",
      "optional": false,
      "req": "^0.14.0-rc.12",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "ecdsa",
        "alloc"
      ],
      "kind": "dev",
      "name": "p384",
      "optional": false,
      "req": "^0.14.0-rc.12",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "ecdsa",
        "alloc"
      ],
      "kind": "dev",
      "name": "p521",
      "optional": false,
      "req": "^0.14.0-rc.12",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rand_chacha",
      "optional": true,
      "req": "^0.10.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "rand_chacha",
      "optional": false,
      "req": "^0.10.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rand_core",
      "optional": true,
      "req": "^0.10.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "rand_core",
      "optional": false,
      "req": "^0.10.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "static_secrets"
      ],
      "kind": "dev",
      "name": "x25519-dalek",
      "optional": false,
      "req": "^2.0.1",
      "target": null
    }
  ],
  "features": {},
  "features2": {
    "default": [
      "pure"
    ],
    "pq-preview": [
      "dep:oxicrypto-pq",
      "dep:rand_chacha",
      "dep:rand_core",
      "dep:getrandom"
    ],
    "pure": [
      "dep:oxicrypto-hash",
      "dep:oxicrypto-aead",
      "dep:oxicrypto-cipher",
      "dep:oxicrypto-mac",
      "dep:oxicrypto-sig",
      "dep:oxicrypto-kex",
      "dep:oxicrypto-kdf",
      "dep:oxicrypto-rand"
    ],
    "simd": [
      "dep:cpufeatures"
    ],
    "std": [
      "oxicrypto-core/std",
      "oxicrypto-hash?/std",
      "oxicrypto-aead?/std",
      "oxicrypto-cipher?/std",
      "oxicrypto-mac?/std",
      "oxicrypto-sig?/std",
      "oxicrypto-kex?/std",
      "oxicrypto-kdf?/std",
      "oxicrypto-rand?/std"
    ]
  },
  "index_path": "ox/ic/oxicrypto",
  "name": "oxicrypto",
  "pubtime": "2026-06-22T03:34:30Z",
  "rust_version": "1.89",
  "v": 2,
  "vers": "0.2.0",
  "yanked": false
}
