--- 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",