{
  "cksum": "5cd035e6d238c294004a8f2482dd0cdada85dcc7859ff6dc155f0fab94829af5",
  "crate_file": "mkit-keystore-0.2.0.crate",
  "crate_url": "https://static.crates.io/crates/mkit-keystore/mkit-keystore-0.2.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "card-backend-pcsc",
      "optional": true,
      "req": "^0.5.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "chacha20poly1305",
      "optional": false,
      "req": "^0.10.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "commonware-codec",
      "optional": false,
      "req": "=2026.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "commonware-cryptography",
      "optional": false,
      "req": "=2026.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "commonware-utils",
      "optional": false,
      "req": "=2026.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "der",
      "optional": true,
      "req": "^0.8.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "ed25519-dalek",
      "optional": false,
      "req": "^2.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "getrandom",
      "optional": false,
      "req": "^0.4.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "ecdsa",
        "std"
      ],
      "kind": "normal",
      "name": "k256",
      "optional": false,
      "req": "^0.13.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "keyring-core",
      "optional": true,
      "req": "^1.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "libc",
      "optional": false,
      "req": "^0.2.186",
      "target": "cfg(unix)"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "mkit-attest",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "mkit-core",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "openpgp-card",
      "optional": true,
      "req": "^0.6.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "ecdsa",
        "std"
      ],
      "kind": "normal",
      "name": "p256",
      "optional": false,
      "req": "^0.13.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "security-framework",
      "optional": true,
      "req": "^3.7.0",
      "target": "cfg(target_os = \"macos\")"
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": false,
      "req": "^0.10.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tempfile",
      "optional": false,
      "req": "=3.27.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2.0.18",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "windows-native-keyring-store",
      "optional": true,
      "req": "^1.0.0",
      "target": "cfg(windows)"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "yubikey",
      "optional": true,
      "req": "^0.9.0-pre.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "zbus-secret-service-keyring-store",
      "optional": true,
      "req": "^1.0.0",
      "target": "cfg(target_os = \"linux\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "zeroize",
      "optional": false,
      "req": "^1.8.2",
      "target": null
    }
  ],
  "features": {
    "backend-systemd-creds": [
      "systemd-creds"
    ],
    "default": [],
    "fuzzing": [],
    "systemd-creds": []
  },
  "features2": {
    "attest": [
      "dep:mkit-attest"
    ],
    "backend-linux-secret-service": [
      "linux-secret-service"
    ],
    "backend-macos-keychain": [
      "macos-keychain"
    ],
    "backend-windows-credential": [
      "windows-credential"
    ],
    "backend-yubikey": [
      "dep:card-backend-pcsc",
      "dep:der",
      "dep:openpgp-card",
      "dep:yubikey",
      "p256/pkcs8"
    ],
    "bls-threshold": [
      "attest",
      "mkit-attest/bls-threshold"
    ],
    "linux-secret-service": [
      "dep:keyring-core",
      "dep:zbus-secret-service-keyring-store",
      "zbus-secret-service-keyring-store/rt-async-io-crypto-rust"
    ],
    "macos-keychain": [
      "dep:security-framework"
    ],
    "windows-credential": [
      "dep:keyring-core",
      "dep:windows-native-keyring-store"
    ]
  },
  "index_path": "mk/it/mkit-keystore",
  "name": "mkit-keystore",
  "pubtime": "2026-06-10T15:48:42Z",
  "rust_version": "1.95",
  "v": 2,
  "vers": "0.2.0",
  "yanked": false
}
