{
  "cksum": "7307406fcbbeb6933b5c8cc84ec0fefee80fec53ba5b88b96674c0a75495090a",
  "crate_file": "ssh-key-0.7.0-rc.3.crate",
  "crate_url": "https://static.crates.io/crates/ssh-key/ssh-key-0.7.0-rc.3.crate",
  "deps": [
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "argon2",
      "optional": true,
      "req": "^0.6.0-rc.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "bcrypt-pbkdf",
      "optional": true,
      "req": "^0.11.0-rc.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "zeroize"
      ],
      "kind": "normal",
      "name": "cipher",
      "optional": false,
      "package": "ssh-cipher",
      "req": "^0.3.0-rc.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "hazmat"
      ],
      "kind": "normal",
      "name": "dsa",
      "optional": true,
      "req": "^0.7.0-rc.6",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ed25519-dalek",
      "optional": true,
      "req": "=3.0.0-pre.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "base64",
        "digest",
        "pem",
        "subtle",
        "zeroize"
      ],
      "kind": "normal",
      "name": "encoding",
      "optional": false,
      "package": "ssh-encoding",
      "req": "^0.3.0-rc.2",
      "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.0-rc.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "home",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "ecdsa"
      ],
      "kind": "normal",
      "name": "p256",
      "optional": true,
      "req": "^0.14.0-pre.11",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "ecdsa"
      ],
      "kind": "normal",
      "name": "p384",
      "optional": true,
      "req": "^0.14.0-pre.11",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "ecdsa"
      ],
      "kind": "normal",
      "name": "p521",
      "optional": true,
      "req": "^0.14.0-pre.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rand_chacha",
      "optional": false,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rand_core",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "sha2"
      ],
      "kind": "normal",
      "name": "rsa",
      "optional": true,
      "req": "^0.10.0-rc.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "point"
      ],
      "kind": "normal",
      "name": "sec1",
      "optional": true,
      "req": "^0.8.0-rc.9",
      "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.0-rc.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": false,
      "req": "^0.11.0-rc.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "signature",
      "optional": false,
      "req": "^3.0.0-rc.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "subtle",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "zeroize",
      "optional": false,
      "req": "^1",
      "target": null
    }
  ],
  "features": {
    "alloc": [
      "encoding/alloc",
      "signature/alloc",
      "zeroize/alloc"
    ],
    "getrandom": [
      "rand_core/os_rng"
    ]
  },
  "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-cbc",
      "cipher/aes-ctr",
      "cipher/aes-gcm",
      "cipher/chacha20poly1305",
      "rand_core"
    ],
    "p256": [
      "dep:p256",
      "ecdsa"
    ],
    "p384": [
      "dep:p384",
      "ecdsa"
    ],
    "p521": [
      "dep:p521",
      "ecdsa"
    ],
    "ppk": [
      "dep:hex",
      "alloc",
      "cipher/aes-cbc",
      "dep:hmac",
      "dep:argon2",
      "dep:sha1"
    ],
    "rsa": [
      "dep:rsa",
      "alloc",
      "encoding/bigint",
      "rand_core"
    ],
    "sha1": [
      "dep:sha1"
    ],
    "std": [
      "alloc",
      "dep:home"
    ],
    "tdes": [
      "cipher/tdes",
      "encryption"
    ]
  },
  "index_path": "ss/h-/ssh-key",
  "name": "ssh-key",
  "pubtime": "2025-09-14T03:28:27Z",
  "rust_version": "1.85",
  "v": 2,
  "vers": "0.7.0-rc.3",
  "yanked": false
}
