diff --git a/fixed-hash/Cargo.toml b/fixed-hash/Cargo.toml index abbd3236..41829cc0 100644 --- a/fixed-hash/Cargo.toml +++ b/fixed-hash/Cargo.toml @@ -30,7 +30,6 @@ rand = { version = "0.8.0", default-features = false, features = ["std_rng"] } [features] default = ["std", "rand", "rustc-hex", "byteorder"] std = ["rustc-hex/std", "rand?/std", "byteorder/std"] -rand = ["dep:rand"] api-dummy = [] # Feature used by docs.rs to display documentation of hash types