{
  "cksum": "f5179e0e1e91c64ff843edd692db6931add07d84bfb1ff94688dbe6479dc178b",
  "crate_file": "dcrypt-algorithms-1.2.3.crate",
  "crate_url": "https://static.crates.io/crates/dcrypt-algorithms/dcrypt-algorithms-1.2.3.crate",
  "deps": [
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "base64",
      "optional": false,
      "req": "^0.22.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "byteorder",
      "optional": false,
      "req": "^1.4.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "html_reports"
      ],
      "kind": "dev",
      "name": "criterion",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "dcrypt-api",
      "optional": false,
      "req": "=1.2.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "dcrypt-common",
      "optional": false,
      "req": "=1.2.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "dcrypt-internal",
      "optional": false,
      "req": "=1.2.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dcrypt-params",
      "optional": false,
      "req": "=1.2.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "faster-hex",
      "optional": true,
      "req": "^0.6.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "custom"
      ],
      "kind": "normal",
      "name": "getrandom",
      "optional": true,
      "req": "^0.2.15",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "hex",
      "optional": false,
      "req": "^0.4.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "portable-atomic",
      "optional": false,
      "req": "^1.6",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": false,
      "req": "^0.8.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "std",
        "std_rng"
      ],
      "kind": "dev",
      "name": "rand",
      "optional": false,
      "req": "^0.8.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rand_chacha",
      "optional": false,
      "req": "^0.3.1",
      "target": "cfg(not(target_arch = \"wasm32\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rand_chacha",
      "optional": false,
      "req": "^0.3.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rand_core",
      "optional": false,
      "req": "^0.6.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0.189",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "dev",
      "name": "serde",
      "optional": false,
      "req": "^1.0.189",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1.0.107",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0.107",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "subtle",
      "optional": false,
      "req": "^2.6.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "zeroize_derive"
      ],
      "kind": "normal",
      "name": "zeroize",
      "optional": true,
      "req": "^1.5.7",
      "target": null
    }
  ],
  "features": {
    "aead": [
      "alloc"
    ],
    "alloc": [
      "dcrypt-api/alloc",
      "dcrypt-common/alloc"
    ],
    "block": [],
    "experimental": [],
    "groups": [],
    "hash": [],
    "kdf": [
      "alloc"
    ],
    "mac": [],
    "pairing-debug": [],
    "pairings": [
      "groups"
    ],
    "stream": [],
    "xof": [
      "alloc"
    ]
  },
  "features2": {
    "default": [
      "std",
      "xof",
      "ec"
    ],
    "ec": [
      "alloc",
      "groups",
      "pairings",
      "zeroize"
    ],
    "serde_json": [
      "dep:serde_json",
      "dep:serde"
    ],
    "std": [
      "alloc",
      "byteorder/std",
      "subtle/std",
      "hex/std",
      "rand/std",
      "getrandom/std",
      "serde_json",
      "dcrypt-api/std",
      "dcrypt-common/std",
      "dcrypt-internal/std",
      "hash",
      "xof",
      "aead",
      "block",
      "kdf",
      "mac",
      "stream",
      "ec"
    ],
    "zeroize": [
      "dep:zeroize"
    ]
  },
  "index_path": "dc/ry/dcrypt-algorithms",
  "name": "dcrypt-algorithms",
  "pubtime": "2026-04-03T23:51:11Z",
  "v": 2,
  "vers": "1.2.3",
  "yanked": false
}
