Skip to content

Commit 013eec6

Browse files
committed
cleanup
1 parent 83e5d57 commit 013eec6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

kbkdf/Cargo.toml

+4-3
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ readme = "README.md"
1313
rust-version = "1.65"
1414

1515
[dependencies]
16-
digest = "0.10"
17-
hmac = "0.12.1"
16+
digest = { version = "0.10", default-features = false, features = ["mac"] }
17+
1818
# divrem can be dropped with MSRV >= 1.73
1919
divrem = "1.0.0"
2020

2121
[dev-dependencies]
2222
hex-literal = "0.2.2"
23-
sha2 = "0.10"
23+
hmac = { version = "0.12.1", default-features = false }
24+
sha2 = { version = "0.10", default-features = false }
2425

2526
[features]
2627
std = ["hmac/std"]

0 commit comments

Comments
 (0)