diff --git a/identity/Cargo.toml b/identity/Cargo.toml index 31955d53..777d20e6 100644 --- a/identity/Cargo.toml +++ b/identity/Cargo.toml @@ -40,8 +40,6 @@ ed25519 = [ "dep:ed25519-dalek", "dep:rand", "dep:zeroize", "dep:sha2", "dep:hkd peerid = [ "dep:multihash", "dep:bs58", "dep:thiserror", "dep:sha2", "dep:hkdf" ] rand = ["dep:rand", "ed25519-dalek?/rand_core"] -default = ["rand"] - [dev-dependencies] quickcheck = { workspace = true } base64 = "0.21.4"