Skip to content

Commit db8e690

Browse files
authored
ssh-key: remove unnecessary std feature activations (#394)
These merely pulled in extra dependencies, as opposed to activating needed functionality
1 parent 07616d9 commit db8e690

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

Cargo.lock

Lines changed: 0 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ssh-key/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ rand_chacha = "0.9"
4949
[features]
5050
default = ["ecdsa", "rand_core", "std"]
5151
alloc = ["encoding/alloc", "signature/alloc", "zeroize/alloc", ]
52-
std = ["alloc", "p256?/std", "p384?/std", "p521?/std", "rsa?/std", "sec1?/std", "dep:home"]
52+
std = ["alloc", "dep:home"]
5353

5454
crypto = ["ed25519", "p256", "p384", "p521", "rsa"] # NOTE: `dsa` is obsolete/weak
5555
dsa = ["dep:dsa", "dep:sha1", "alloc", "encoding/bigint", "signature/rand_core"]

0 commit comments

Comments
 (0)