{
  "cksum": "c50ca22c30710c5170e877551abb1064bd3627681d0e1829514a8d8ee32ade2f",
  "crate_file": "kryoptic-1.0.0.crate",
  "crate_url": "https://static.crates.io/crates/kryoptic/kryoptic-1.0.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "asn1",
      "optional": false,
      "req": "^0.20.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bimap",
      "optional": false,
      "req": "^0.6.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "bindgen",
      "optional": false,
      "req": "^0.69",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bitflags",
      "optional": false,
      "req": "^2.4.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cfg-if",
      "optional": false,
      "req": "^1.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "cargo",
        "derive",
        "help",
        "std",
        "usage"
      ],
      "kind": "normal",
      "name": "clap",
      "optional": false,
      "req": "^4.5.26",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "constant_time_eq",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "data-encoding",
      "optional": false,
      "req": "^2.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "getrandom",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hex",
      "optional": false,
      "req": "^0.4.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "itertools",
      "optional": false,
      "req": "^0.14.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "libc",
      "optional": false,
      "req": "^0.2.151",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "num-bigint",
      "optional": false,
      "req": "^0.4.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "num-integer",
      "optional": false,
      "req": "^0.1.45",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "num-traits",
      "optional": false,
      "req": "^0.2.17",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "once_cell",
      "optional": false,
      "req": "^1.18.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "paste",
      "optional": false,
      "req": "^1.0.15",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "pkg-config",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rusqlite",
      "optional": true,
      "req": "^0.31.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0.180",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0.104",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serial_test",
      "optional": false,
      "req": "^3.1.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "display",
        "parse"
      ],
      "kind": "normal",
      "name": "toml",
      "optional": false,
      "req": "^0.8.19",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "v4"
      ],
      "kind": "normal",
      "name": "uuid",
      "optional": false,
      "req": "^1.4.1",
      "target": null
    }
  ],
  "features": {
    "aes": [],
    "dynamic": [],
    "ec_montgomery": [
      "ecc"
    ],
    "ecc": [],
    "ecc_all": [
      "ecdsa",
      "ec_montgomery",
      "eddsa",
      "ecdh"
    ],
    "ecc_fips": [
      "ecdsa",
      "ecdh"
    ],
    "ecdh": [
      "ecc"
    ],
    "ecdsa": [
      "ecc"
    ],
    "eddsa": [
      "ecc"
    ],
    "fips": [
      "rusqlite/bundled",
      "aes",
      "ecc_fips",
      "hash_all",
      "kdf_all",
      "rsa"
    ],
    "hash": [],
    "hash_all": [
      "hash",
      "hmac"
    ],
    "hkdf": [
      "hmac"
    ],
    "hmac": [
      "hash"
    ],
    "jsondb": [
      "memorydb"
    ],
    "kdf_all": [
      "hkdf",
      "pbkdf2",
      "sp800_108",
      "sshkdf",
      "tlskdf"
    ],
    "memorydb": [
      "aes",
      "hkdf",
      "pbkdf2"
    ],
    "pbkdf2": [
      "hmac"
    ],
    "rsa": [],
    "slow": [],
    "sp800_108": [],
    "sshkdf": [],
    "tlskdf": []
  },
  "features2": {
    "default": [
      "standard",
      "dynamic"
    ],
    "nssdb": [
      "dep:rusqlite",
      "aes",
      "hmac",
      "pbkdf2"
    ],
    "sqlitedb": [
      "dep:rusqlite",
      "aes",
      "hkdf",
      "pbkdf2"
    ],
    "standard": [
      "sqlitedb",
      "ecc_all",
      "hash_all",
      "kdf_all",
      "rsa"
    ]
  },
  "index_path": "kr/yo/kryoptic",
  "name": "kryoptic",
  "pubtime": "2025-03-11T17:23:41Z",
  "v": 2,
  "vers": "1.0.0",
  "yanked": false
}
