You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-rustls-pemfile/SOURCES/rustls-pemfile-fix-metadata...

22 lines
474 B

--- rustls-pemfile-2.2.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rustls-pemfile-2.2.0/Cargo.toml 2024-10-19T09:46:11.174359+00:00
@@ -37,18 +37,10 @@
path = "tests/integration.rs"
required-features = ["std"]
-[[bench]]
-name = "benchmark"
-path = "benches/benchmark.rs"
-harness = false
-
[dependencies.pki-types]
version = "1.9"
package = "rustls-pki-types"
-[dev-dependencies.bencher]
-version = "0.1.5"
-
[features]
default = ["std"]
std = ["pki-types/std"]