{
  "cksum": "8b74bf76aa566fdddede93c19e6ad286d123151058a6239d865a0dd87d5a4ca0",
  "crate_file": "ssh-key-0.7.0-pre.0.crate",
  "crate_url": "https://static.crates.io/crates/ssh-key/ssh-key-0.7.0-pre.0.crate",
  "deps": [
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "bcrypt-pbkdf",
      "optional": true,
      "req": "=0.11.0-pre.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bigint",
      "optional": true,
      "package": "num-bigint-dig",
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cipher",
      "optional": false,
      "package": "ssh-cipher",
      "req": "=0.3.0-pre.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "dsa",
      "optional": true,
      "req": "=0.7.0-pre.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "base64",
        "pem",
        "sha2"
      ],
      "kind": "normal",
      "name": "encoding",
      "optional": false,
      "package": "ssh-encoding",
      "req": "=0.3.0-pre.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "hex-literal",
      "optional": false,
      "req": "^0.4.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "ecdsa"
      ],
      "kind": "normal",
      "name": "p256",
      "optional": true,
      "req": "=0.14.0-pre.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "ecdsa"
      ],
      "kind": "normal",
      "name": "p384",
      "optional": true,
      "req": "=0.14.0-pre.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "ecdsa"
      ],
      "kind": "normal",
      "name": "p521",
      "optional": true,
      "req": "=0.14.0-pre.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rand_chacha",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rand_core",
      "optional": true,
      "req": "^0.6.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "sha2"
      ],
      "kind": "normal",
      "name": "rsa",
      "optional": true,
      "req": "=0.10.0-pre.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "point"
      ],
      "kind": "normal",
      "name": "sec1",
      "optional": true,
      "req": "^0.8.0-rc.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "sha1",
      "optional": true,
      "req": "=0.11.0-pre.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": false,
      "req": "=0.11.0-pre.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "signature",
      "optional": false,
      "req": "=2.3.0-pre.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/getrandom"
    ]
  },
  "features2": {
    "crypto": [
      "p256",
      "p384",
      "p521",
      "rsa"
    ],
    "default": [
      "ecdsa",
      "rand_core",
      "std"
    ],
    "dsa": [
      "dep:bigint",
      "dep:dsa",
      "dep:sha1",
      "alloc",
      "signature/rand_core"
    ],
    "ecdsa": [
      "dep:sec1"
    ],
    "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"
    ],
    "rsa": [
      "dep:bigint",
      "dep:rsa",
      "alloc",
      "rand_core"
    ],
    "std": [
      "alloc",
      "encoding/std",
      "p256?/std",
      "p384?/std",
      "p521?/std",
      "rsa?/std",
      "sec1?/std",
      "signature/std"
    ],
    "tdes": [
      "cipher/tdes",
      "encryption"
    ]
  },
  "index_path": "ss/h-/ssh-key",
  "name": "ssh-key",
  "pubtime": "2024-07-28T17:19:18Z",
  "rust_version": "1.73",
  "v": 2,
  "vers": "0.7.0-pre.0",
  "yanked": false
}
