{
  "cksum": "d801accda99469cde6d73da741422610fdf6508a72d9a69d1b55cb241c720597",
  "crate_file": "ssh-cipher-0.3.0.crate",
  "crate_url": "https://static.crates.io/crates/ssh-cipher/ssh-cipher-0.3.0.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "aead",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "aes",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "aes"
      ],
      "kind": "normal",
      "name": "aes-gcm",
      "optional": true,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "cipher",
        "legacy"
      ],
      "kind": "normal",
      "name": "chacha20",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cipher",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ctutils",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "des",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "encoding",
      "optional": true,
      "package": "ssh-encoding",
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "hex-literal",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "poly1305",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "zeroize",
      "optional": true,
      "req": "^1",
      "target": null
    }
  ],
  "features": {},
  "features2": {
    "aes": [
      "dep:aead",
      "dep:aes",
      "dep:aes-gcm"
    ],
    "chacha20poly1305": [
      "dep:aead",
      "dep:chacha20",
      "dep:poly1305",
      "dep:ctutils"
    ],
    "encoding": [
      "dep:encoding"
    ],
    "getrandom": [
      "rand_core",
      "aead?/getrandom",
      "cipher/getrandom"
    ],
    "rand_core": [
      "aead?/rand_core",
      "cipher/rand_core"
    ],
    "tdes": [
      "dep:des"
    ],
    "zeroize": [
      "dep:zeroize",
      "aes?/zeroize",
      "aes-gcm?/zeroize",
      "chacha20?/zeroize",
      "des?/zeroize",
      "poly1305?/zeroize"
    ]
  },
  "index_path": "ss/h-/ssh-cipher",
  "name": "ssh-cipher",
  "pubtime": "2026-06-28T20:30:01Z",
  "rust_version": "1.85",
  "v": 2,
  "vers": "0.3.0",
  "yanked": false
}
