{
  "cksum": "664de0a9388e38d0f350547056f18fcc03f78d85e5a49fa4fa8927ca6aea1424",
  "crate_file": "sequoia-openpgp-1.0.0.crate",
  "crate_url": "https://static.crates.io/crates/sequoia-openpgp/sequoia-openpgp-1.0.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": false,
      "req": "^1.0.18",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "backtrace",
      "optional": false,
      "req": "^0.3.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "base64",
      "optional": false,
      "req": ">=0.12",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "buffered-reader",
      "optional": false,
      "req": "^1.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bzip2",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "chrono",
      "optional": false,
      "req": "^0.4.10",
      "target": "cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dyn-clone",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "eax",
      "optional": false,
      "req": "^0.3",
      "target": "cfg(windows)"
    },
    {
      "default_features": false,
      "features": [
        "rand",
        "u64_backend"
      ],
      "kind": "normal",
      "name": "ed25519-dalek",
      "optional": true,
      "req": "^1",
      "target": "cfg(windows)"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "flate2",
      "optional": true,
      "req": "^1.0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "idna",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "lalrpop",
      "optional": false,
      "req": ">=0.17",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lalrpop-util",
      "optional": false,
      "req": ">=0.17",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lazy_static",
      "optional": false,
      "req": "^1.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "libc",
      "optional": false,
      "req": "^0.2.66",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "memsec",
      "optional": false,
      "req": ">=0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "nettle",
      "optional": true,
      "req": "^7",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "num-bigint-dig",
      "optional": true,
      "req": "^0.6",
      "target": "cfg(windows)"
    },
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "quickcheck",
      "optional": false,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "rand",
      "optional": false,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "regex",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rpassword",
      "optional": false,
      "req": "^5.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "sha1collisiondetection",
      "optional": false,
      "req": "^0.2.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^1.0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "unicode-normalization",
      "optional": false,
      "req": "^0.1.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rand",
        "block-cipher"
      ],
      "kind": "normal",
      "name": "win-crypto-ng",
      "optional": true,
      "req": "^0.4",
      "target": "cfg(windows)"
    },
    {
      "default_features": false,
      "features": [
        "bcrypt"
      ],
      "kind": "normal",
      "name": "winapi",
      "optional": true,
      "req": "^0.3.8",
      "target": "cfg(windows)"
    }
  ],
  "features": {
    "compression": [
      "compression-deflate",
      "compression-bzip2"
    ],
    "compression-bzip2": [
      "bzip2",
      "buffered-reader/compression-bzip2"
    ],
    "compression-deflate": [
      "flate2",
      "buffered-reader/compression-deflate"
    ],
    "crypto-cng": [
      "winapi",
      "win-crypto-ng",
      "ed25519-dalek",
      "num-bigint-dig"
    ],
    "crypto-nettle": [
      "nettle"
    ],
    "default": [
      "compression",
      "crypto-nettle"
    ],
    "vendored": [
      "vendored-nettle"
    ],
    "vendored-nettle": [
      "nettle/vendored"
    ]
  },
  "index_path": "se/qu/sequoia-openpgp",
  "name": "sequoia-openpgp",
  "pubtime": "2020-12-16T14:18:05Z",
  "vers": "1.0.0",
  "yanked": false
}
