{
  "cksum": "307914bd4a9b9d07aab820232a8a749ce40b64981fde349cad8cd42f718a47be",
  "crate_file": "kryoptic-1.2.0.crate",
  "crate_url": "https://static.crates.io/crates/kryoptic/kryoptic-1.2.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "asn1",
      "optional": false,
      "req": "^0.21",
      "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.71",
      "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": "cryptoki",
      "optional": false,
      "req": "^0.9.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": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "log",
      "optional": true,
      "req": "^0.4.27",
      "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": "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": [],
      "kind": "normal",
      "name": "simplelog",
      "optional": true,
      "req": "^0.12.2",
      "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
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "vsprintf",
      "optional": true,
      "req": "^2.0.0",
      "target": null
    }
  ],
  "features": {
    "aes": [],
    "dynamic": [],
    "ec_montgomery": [
      "ecc"
    ],
    "ecc": [],
    "ecc_all": [
      "ecc_min",
      "ec_montgomery",
      "eddsa"
    ],
    "ecc_fips": [
      "ecdsa",
      "ecdh"
    ],
    "ecc_min": [
      "ecdsa",
      "ecdh"
    ],
    "ecdh": [
      "ecc"
    ],
    "ecdsa": [
      "ecc"
    ],
    "eddsa": [
      "ecc"
    ],
    "ffdh": [],
    "hash": [],
    "hash_all": [
      "hash",
      "hmac"
    ],
    "hkdf": [
      "hmac"
    ],
    "hmac": [
      "hash"
    ],
    "kdf_all": [
      "hkdf",
      "pbkdf2",
      "sp800_108",
      "sshkdf",
      "tlskdf"
    ],
    "memorydb": [
      "aes",
      "hkdf",
      "pbkdf2"
    ],
    "mldsa": [
      "pkcs11_3_2",
      "hash"
    ],
    "mlkem": [
      "pkcs11_3_2"
    ],
    "pbkdf2": [
      "hmac"
    ],
    "pkcs11_3_2": [],
    "pqc": [
      "mlkem",
      "mldsa"
    ],
    "rsa": [],
    "slow": [],
    "sp800_108": [],
    "sshkdf": [],
    "tlskdf": []
  },
  "features2": {
    "default": [
      "standard",
      "dynamic"
    ],
    "fips": [
      "sqlitedb",
      "rusqlite/bundled",
      "aes",
      "ecc_fips",
      "ffdh",
      "hash_all",
      "kdf_all",
      "rsa",
      "pqc"
    ],
    "log": [
      "dep:log",
      "dep:simplelog",
      "dep:vsprintf"
    ],
    "minimal": [
      "sqlitedb",
      "aes",
      "ecc_min",
      "hash_all",
      "rsa"
    ],
    "nssdb": [
      "dep:rusqlite",
      "aes",
      "hmac",
      "pbkdf2"
    ],
    "sqlitedb": [
      "dep:rusqlite",
      "aes",
      "hkdf",
      "pbkdf2"
    ],
    "standard": [
      "sqlitedb",
      "ecc_all",
      "ffdh",
      "hash_all",
      "kdf_all",
      "rsa"
    ]
  },
  "index_path": "kr/yo/kryoptic",
  "name": "kryoptic",
  "pubtime": "2025-06-09T15:41:00Z",
  "v": 2,
  "vers": "1.2.0",
  "yanked": false
}
