{
  "cksum": "361de425e489d5fe3f1ecfd91531c8fe91ededbbc567e24b77a560d503309bf9",
  "crate_file": "ssh-cipher-0.3.0-rc.4.crate",
  "crate_url": "https://static.crates.io/crates/ssh-cipher/ssh-cipher-0.3.0-rc.4.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "aead",
      "optional": true,
      "req": "^0.6.0-rc.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "aes",
      "optional": true,
      "req": "^0.9.0-rc.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "aes"
      ],
      "kind": "normal",
      "name": "aes-gcm",
      "optional": true,
      "req": "^0.11.0-rc.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cbc",
      "optional": true,
      "req": "^0.2.0-rc.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "cipher",
        "legacy"
      ],
      "kind": "normal",
      "name": "chacha20",
      "optional": true,
      "req": "^0.10.0-rc.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cipher",
      "optional": false,
      "req": "^0.5.0-rc.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ctr",
      "optional": true,
      "req": "^0.10.0-rc.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "des",
      "optional": true,
      "req": "^0.9.0-rc.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "encoding",
      "optional": false,
      "package": "ssh-encoding",
      "req": "^0.3.0-rc.2",
      "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.0-rc.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "subtle",
      "optional": true,
      "req": "^2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "zeroize",
      "optional": true,
      "req": "^1",
      "target": null
    }
  ],
  "features": {},
  "features2": {
    "aes-cbc": [
      "dep:aes",
      "dep:cbc"
    ],
    "aes-ctr": [
      "dep:aes",
      "dep:ctr"
    ],
    "aes-gcm": [
      "dep:aead",
      "dep:aes",
      "dep:aes-gcm"
    ],
    "chacha20poly1305": [
      "dep:aead",
      "dep:chacha20",
      "dep:poly1305",
      "dep:subtle"
    ],
    "tdes": [
      "dep:des",
      "dep:cbc"
    ],
    "zeroize": [
      "dep:zeroize",
      "aes?/zeroize",
      "aes-gcm?/zeroize",
      "chacha20?/zeroize",
      "des?/zeroize",
      "poly1305?/zeroize"
    ]
  },
  "index_path": "ss/h-/ssh-cipher",
  "name": "ssh-cipher",
  "pubtime": "2025-11-25T16:13:56Z",
  "rust_version": "1.85",
  "v": 2,
  "vers": "0.3.0-rc.4",
  "yanked": false
}
