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.
24 lines
485 B
24 lines
485 B
--- rustls-pemfile-2.1.2/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ rustls-pemfile-2.1.2/Cargo.toml 2024-04-15T14:39:45.698163+00:00
|
|
@@ -27,10 +27,6 @@
|
|
name = "integration"
|
|
required-features = ["std"]
|
|
|
|
-[[bench]]
|
|
-name = "benchmark"
|
|
-harness = false
|
|
-
|
|
[dependencies.base64]
|
|
version = "0.22"
|
|
features = ["alloc"]
|
|
@@ -40,9 +36,6 @@
|
|
version = "1.3"
|
|
package = "rustls-pki-types"
|
|
|
|
-[dev-dependencies.bencher]
|
|
-version = "0.1.5"
|
|
-
|
|
[features]
|
|
default = ["std"]
|
|
std = ["base64/std"]
|