aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ea585b5..237972e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,12 +12,12 @@ categories = ["algorithms", "cryptography"]
[features]
default = ["std"]
simd = []
-std = []
+std = ["constant_time_eq/std", "blake2/std"]
[dependencies]
aes = { version = "0.8.4", features = ["hazmat"] }
-blake2 = "0.10.6"
-constant_time_eq = "0.4.2"
+blake2 = { version = "0.10.6", default-features = false }
+constant_time_eq = { version = "0.4.2", default-features = false }
cpufeatures = "0.2.17"
[dev-dependencies]