{
  "cksum": "f9a32fae177b74a22aa9c5b01bf7e68b33545be32d9e381e248058d2adc15ce3",
  "crate_file": "ssh-key-0.7.0-rc.11.crate",
  "crate_url": "https://static.crates.io/crates/ssh-key/ssh-key-0.7.0-rc.11.crate",
  "deps": [
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "argon2",
      "optional": true,
      "req": "^0.6.0-rc.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "bcrypt-pbkdf",
      "optional": true,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rng"
      ],
      "kind": "dev",
      "name": "chacha20",
      "optional": false,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "encoding",
        "zeroize"
      ],
      "kind": "normal",
      "name": "cipher",
      "optional": false,
      "package": "ssh-cipher",
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ctutils",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "hazmat"
      ],
      "kind": "normal",
      "name": "dsa",
      "optional": true,
      "req": "^0.7.0-rc.16",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ed25519-dalek",
      "optional": true,
      "req": "^3.0.0-rc.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "base64",
        "digest",
        "pem",
        "ctutils",
        "zeroize"
      ],
      "kind": "normal",
      "name": "encoding",
      "optional": false,
      "package": "ssh-encoding",
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "sys_rng"
      ],
      "kind": "dev",
      "name": "getrandom",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "hex",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "hex-literal",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hmac",
      "optional": true,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "ecdsa"
      ],
      "kind": "normal",
      "name": "p256",
      "optional": true,
      "req": "^0.14.0-rc.15",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "ecdsa"
      ],
      "kind": "normal",
      "name": "p384",
      "optional": true,
      "req": "^0.14.0-rc.15",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "ecdsa"
      ],
      "kind": "normal",
      "name": "p521",
      "optional": true,
      "req": "^0.14.0-rc.15",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rand_core",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "sha2"
      ],
      "kind": "normal",
      "name": "rsa",
      "optional": true,
      "req": "^0.10.0-rc.18",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "point"
      ],
      "kind": "normal",
      "name": "sec1",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0.16",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "oid"
      ],
      "kind": "normal",
      "name": "sha1",
      "optional": true,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": false,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "signature",
      "optional": false,
      "req": "^3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "zeroize",
      "optional": false,
      "req": "^1.9",
      "target": null
    }
  ],
  "features": {
    "alloc": [
      "encoding/alloc",
      "signature/alloc",
      "zeroize/alloc"
    ],
    "std": [
      "alloc"
    ]
  },
  "features2": {
    "crypto": [
      "ed25519",
      "p256",
      "p384",
      "p521",
      "rsa"
    ],
    "default": [
      "ecdsa",
      "rand_core",
      "std"
    ],
    "dsa": [
      "dep:dsa",
      "dep:sha1",
      "alloc",
      "encoding/bigint",
      "signature/rand_core"
    ],
    "ecdsa": [
      "dep:sec1"
    ],
    "ed25519": [
      "dep:ed25519-dalek",
      "rand_core"
    ],
    "encryption": [
      "dep:bcrypt-pbkdf",
      "alloc",
      "cipher/aes",
      "cipher/chacha20poly1305",
      "rand_core"
    ],
    "getrandom": [
      "cipher/getrandom",
      "rand_core"
    ],
    "p256": [
      "dep:p256",
      "ecdsa"
    ],
    "p384": [
      "dep:p384",
      "ecdsa"
    ],
    "p521": [
      "dep:p521",
      "ecdsa"
    ],
    "ppk": [
      "dep:hex",
      "alloc",
      "cipher/aes",
      "dep:hmac",
      "dep:argon2",
      "dep:sha1"
    ],
    "rand_core": [
      "dep:rand_core",
      "cipher/rand_core"
    ],
    "rsa": [
      "dep:rsa",
      "alloc",
      "encoding/bigint",
      "rand_core"
    ],
    "sha1": [
      "dep:sha1"
    ],
    "tdes": [
      "cipher/tdes",
      "encryption"
    ]
  },
  "index_path": "ss/h-/ssh-key",
  "name": "ssh-key",
  "pubtime": "2026-06-29T16:07:31Z",
  "rust_version": "1.85",
  "v": 2,
  "vers": "0.7.0-rc.11",
  "yanked": false
}
