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-ed25519/ed25519-fix-metadata.diff

24 lines
442 B

--- ed25519-1.5.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ ed25519-1.5.3/Cargo.toml 2023-05-05T14:33:50.408890+00:00
@@ -43,10 +43,6 @@
"docsrs",
]
-[dependencies.pkcs8]
-version = "0.9"
-optional = true
-
[dependencies.serde]
version = "1"
optional = true
@@ -80,9 +76,7 @@
features = ["std"]
[features]
-alloc = ["pkcs8/alloc"]
default = ["std"]
-pem = ["pkcs8/pem"]
serde_bytes = [
"serde",
"serde_bytes_crate",