Skip to content

Commit 78f1035

Browse files
committed
der: organize Cargo.toml
1 parent 82ada13 commit 78f1035

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

der/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ hex-literal = "1"
3333
proptest = "1"
3434

3535
[features]
36-
default = []
3736
alloc = ["zeroize?/alloc"]
3837
std = ["alloc"]
3938

@@ -44,7 +43,7 @@ derive = ["dep:der_derive"]
4443
oid = ["dep:const-oid"]
4544
pem = ["dep:pem-rfc7468", "alloc", "zeroize"]
4645
real = []
47-
clarify = ["std", "pem", "dep:tynm", "derive", "oid"]
46+
clarify = ["dep:tynm", "std", "pem", "derive", "oid"]
4847

4948
[package.metadata.docs.rs]
5049
all-features = true

0 commit comments

Comments
 (0)