{
  "cksum": "5545d994cb962a34655eedf9070ea8ad5d6917a7eab2e72408c8766ad5b7d6d6",
  "crate_file": "secure-gate-0.8.0-rc.6.crate",
  "crate_url": "https://static.crates.io/crates/secure-gate/secure-gate-0.8.0-rc.6.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "base64",
      "optional": true,
      "req": "^0.22",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bech32",
      "optional": true,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "bincode",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "html_reports"
      ],
      "kind": "dev",
      "name": "criterion",
      "optional": false,
      "req": "=0.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "half",
      "optional": false,
      "req": ">=2.0, <2.7.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hex",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "proptest",
      "optional": false,
      "req": "=1.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "quote",
      "optional": false,
      "req": ">=1.0, <1.0.45",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ryu",
      "optional": false,
      "req": ">=1.0, <1.0.23",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "secrecy-v08",
      "optional": false,
      "package": "secrecy",
      "req": "=0.8.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "secrecy-v10",
      "optional": false,
      "package": "secrecy",
      "req": "=0.10.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "=1.0.132",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "subtle",
      "optional": true,
      "req": "^2.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "syn",
      "optional": false,
      "req": ">=2.0, <2.0.115",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tempfile",
      "optional": false,
      "req": "=3.10.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "trybuild",
      "optional": false,
      "req": "=1.0.81",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "unicode-ident",
      "optional": false,
      "req": ">=1.0, <1.0.23",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "zeroize_derive"
      ],
      "kind": "normal",
      "name": "zeroize",
      "optional": false,
      "req": "^1.7",
      "target": null
    }
  ],
  "features": {
    "alloc": [
      "zeroize/alloc"
    ],
    "cloneable": [],
    "default": [
      "alloc"
    ],
    "dual-compat-test": [
      "secrecy-compat"
    ],
    "secrecy-compat": [
      "alloc"
    ],
    "std": [
      "alloc"
    ]
  },
  "features2": {
    "ct-eq": [
      "dep:subtle"
    ],
    "encoding": [
      "encoding-hex",
      "encoding-base64",
      "encoding-bech32",
      "encoding-bech32m"
    ],
    "encoding-base64": [
      "dep:base64",
      "base64?/alloc",
      "alloc"
    ],
    "encoding-bech32": [
      "dep:bech32",
      "bech32?/alloc",
      "alloc"
    ],
    "encoding-bech32m": [
      "dep:bech32",
      "bech32?/alloc",
      "alloc"
    ],
    "encoding-hex": [
      "dep:hex",
      "hex?/alloc",
      "alloc"
    ],
    "full": [
      "alloc",
      "rand",
      "encoding",
      "ct-eq",
      "cloneable",
      "serde"
    ],
    "rand": [
      "dep:rand"
    ],
    "serde": [
      "serde-deserialize",
      "serde-serialize"
    ],
    "serde-deserialize": [
      "dep:serde",
      "serde?/alloc",
      "alloc"
    ],
    "serde-serialize": [
      "dep:serde",
      "serde?/alloc",
      "alloc"
    ]
  },
  "index_path": "se/cu/secure-gate",
  "name": "secure-gate",
  "pubtime": "2026-03-28T02:14:48Z",
  "rust_version": "1.70",
  "v": 2,
  "vers": "0.8.0-rc.6",
  "yanked": false
}
