{
  "cksum": "b7995343341430e020897d8568978efb189f9699dea729ba5fb5b4fce38ab2ba",
  "crate_file": "oboron-0.4.0.crate",
  "crate_url": "https://static.crates.io/crates/oboron/oboron-0.4.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "aes",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "aes-gcm-siv",
      "optional": true,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "aes-siv",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cbc",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cipher",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "html_reports"
      ],
      "kind": "dev",
      "name": "criterion",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "data-encoding",
      "optional": false,
      "req": "^2.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "generic-array",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "js"
      ],
      "kind": "normal",
      "name": "getrandom",
      "optional": false,
      "req": "^0.2",
      "target": "cfg(target_arch = \"wasm32\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hex",
      "optional": false,
      "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": "jsonwebtoken",
      "optional": false,
      "req": "^9.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "num-bigint",
      "optional": false,
      "req": "^0.4.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "once_cell",
      "optional": false,
      "req": "^1.21.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": false,
      "req": "^0.8",
      "target": "cfg(not(target_arch = \"wasm32\"))"
    },
    {
      "default_features": true,
      "features": [
        "getrandom"
      ],
      "kind": "normal",
      "name": "rand",
      "optional": false,
      "req": "^0.8",
      "target": "cfg(target_arch = \"wasm32\")"
    },
    {
      "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": true,
      "features": [],
      "kind": "dev",
      "name": "sha2",
      "optional": false,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^1.0",
      "target": null
    }
  ],
  "features": {
    "aags": [
      "aes-gcm-siv"
    ],
    "aasv": [
      "aes-siv"
    ],
    "all-alt-keys": [
      "hex-keys",
      "bytes-keys"
    ],
    "all-cbc-schemes": [
      "zrbcx",
      "upbc"
    ],
    "all-gcm-schemes": [
      "aags",
      "apgs"
    ],
    "all-siv-schemes": [
      "aasv",
      "apsv"
    ],
    "apgs": [
      "aes-gcm-siv"
    ],
    "apsv": [
      "aes-siv"
    ],
    "atier": [
      "aags",
      "apgs",
      "aasv",
      "apsv"
    ],
    "bytes-keys": [],
    "convenience": [],
    "default": [
      "std"
    ],
    "deterministic-schemes": [
      "aags",
      "aasv"
    ],
    "dev": [
      "full"
    ],
    "experimental": [],
    "full": [
      "secure-schemes",
      "zrbcx",
      "all-alt-keys",
      "keyless",
      "legacy",
      "mock",
      "zmock",
      "convenience"
    ],
    "hex-keys": [],
    "keyless": [],
    "legacy": [
      "aes",
      "cipher",
      "cbc",
      "ztier"
    ],
    "mock": [],
    "probabilistic-schemes": [
      "upbc",
      "apgs",
      "apsv"
    ],
    "secure-min": [
      "aasv"
    ],
    "secure-schemes": [
      "atier",
      "utier"
    ],
    "std": [
      "secure-schemes"
    ],
    "unchecked-utf8": [],
    "upbc": [
      "aes",
      "cipher",
      "cbc"
    ],
    "utier": [
      "upbc"
    ],
    "zmock": [
      "ztier"
    ],
    "zrbcx": [
      "aes",
      "cipher",
      "cbc",
      "keyless",
      "ztier"
    ],
    "ztier": []
  },
  "index_path": "ob/or/oboron",
  "name": "oboron",
  "pubtime": "2026-01-10T02:14:59Z",
  "rust_version": "1.77.0",
  "vers": "0.4.0",
  "yanked": false
}
