--- sequoia-openpgp-1.13.0/Cargo.toml 1970-01-01T00:00:01+00:00 +++ sequoia-openpgp-1.13.0/Cargo.toml 2023-01-18T16:50:41.260880+00:00 @@ -51,10 +51,6 @@ name = "pad" required-features = ["compression-deflate"] -[[bench]] -name = "run_benchmarks" -harness = false - [dependencies.aes] version = "0.6.0" optional = true @@ -242,19 +238,12 @@ version = "0.8" features = ["xxh3"] -[dev-dependencies.criterion] -version = "0.3.4" -features = ["html_reports"] - [dev-dependencies.quickcheck] version = "1" default-features = false [dev-dependencies.rand] version = "0.8" - -[dev-dependencies.rpassword] -version = "6.0" [build-dependencies.lalrpop] version = ">=0.17" @@ -275,11 +264,6 @@ compression-deflate = [ "flate2", "buffered-reader/compression-deflate", -] -crypto-cng = [ - "eax", - "ed25519-dalek", - "num-bigint-dig", ] crypto-nettle = ["nettle"] crypto-openssl = [