Skip to content

Commit 99051a2

Browse files
committed
Remove implicit feature flags
1 parent 655abeb commit 99051a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ criterion = { version = "0.4", default-features = false }
6565

6666
[features]
6767
default = ["use_pem"]
68-
use_pem = ["pem", "simple_asn1"]
69-
rust_crypto = ["ed25519-dalek", "hmac", "p256", "p384", "rand", "rsa", "sha2"]
70-
aws_lc_rs = ["aws-lc-rs"]
68+
use_pem = ["dep:pem", "dep:simple_asn1"]
69+
rust_crypto = ["dep:ed25519-dalek", "dep:hmac", "dep:p256", "dep:p384", "dep:rand", "dep:rsa", "dep:sha2"]
70+
aws_lc_rs = ["dep:aws-lc-rs"]
7171

7272
[[bench]]
7373
name = "jwt"

0 commit comments

Comments
 (0)