{
  "cksum": "b96bd6ae5d9fed012ee1da22d02e912f97164aaa9e301705f3b31da0c7237499",
  "crate_file": "aranya-crypto-0.7.0.crate",
  "crate_url": "https://static.crates.io/crates/aranya-crypto/aranya-crypto-0.7.0.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "buggy",
      "optional": false,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "byteorder",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "cfg-if",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ciborium",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ciborium-io",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "dev",
      "name": "postcard",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "no_std",
        "alloc",
        "alloc"
      ],
      "kind": "normal",
      "name": "proptest",
      "optional": true,
      "req": "^1.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "proptest-derive",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std",
        "std_rng"
      ],
      "kind": "dev",
      "name": "rand",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "fs"
      ],
      "kind": "normal",
      "name": "rustix",
      "optional": true,
      "req": "^0.38",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0.210",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive"
      ],
      "kind": "dev",
      "name": "serde",
      "optional": false,
      "req": "^1.0.210",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "sha3-utils",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "siphasher",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "spideroak-base58",
      "optional": false,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "spideroak-crypto",
      "optional": false,
      "req": "^0.5.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tempfile",
      "optional": false,
      "req": "^3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "zerocopy",
      "optional": false,
      "req": "^0.8",
      "target": null
    }
  ],
  "features": {
    "apq": [],
    "aqc": [],
    "bearssl": [
      "spideroak-crypto/bearssl"
    ],
    "clone-aead": [
      "spideroak-crypto/clone-aead"
    ],
    "committing-aead": [
      "spideroak-crypto/committing-aead"
    ],
    "default": [
      "getrandom"
    ],
    "getrandom": [
      "spideroak-crypto/getrandom"
    ],
    "hazmat": [
      "spideroak-crypto/hazmat"
    ],
    "rand_compat": [
      "spideroak-crypto/rand_compat"
    ],
    "trng": [
      "spideroak-crypto/trng"
    ]
  },
  "features2": {
    "afc": [
      "dep:byteorder"
    ],
    "alloc": [
      "buggy/alloc",
      "ciborium-io?/alloc",
      "rustix?/alloc",
      "sha3-utils/alloc",
      "spideroak-crypto/alloc"
    ],
    "ed25519_batch": [
      "alloc",
      "spideroak-crypto/ed25519_batch"
    ],
    "fs-keystore": [
      "alloc",
      "dep:cfg-if",
      "dep:ciborium",
      "dep:ciborium-io",
      "dep:rustix"
    ],
    "memstore": [
      "alloc",
      "dep:ciborium"
    ],
    "proptest": [
      "alloc",
      "dep:proptest",
      "dep:proptest-derive"
    ],
    "std": [
      "alloc",
      "getrandom",
      "buggy/std",
      "byteorder?/std",
      "ciborium-io?/std",
      "ciborium?/std",
      "proptest?/std",
      "rustix?/std",
      "serde/std",
      "sha3-utils/std",
      "siphasher/std",
      "spideroak-base58/std",
      "spideroak-crypto/std",
      "thiserror/std"
    ],
    "test_util": [
      "afc",
      "alloc",
      "apq",
      "aqc",
      "proptest",
      "spideroak-crypto/test_util",
      "dep:ciborium"
    ]
  },
  "index_path": "ar/an/aranya-crypto",
  "name": "aranya-crypto",
  "pubtime": "2025-06-12T21:14:22Z",
  "rust_version": "1.85.0",
  "v": 2,
  "vers": "0.7.0",
  "yanked": false
}
