mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-31 11:41:21 +00:00
identity doesn't have rand as default
This commit is contained in:
parent
11de754832
commit
866cc1a21a
@ -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" ]
|
peerid = [ "dep:multihash", "dep:bs58", "dep:thiserror", "dep:sha2", "dep:hkdf" ]
|
||||||
rand = ["dep:rand", "ed25519-dalek?/rand_core"]
|
rand = ["dep:rand", "ed25519-dalek?/rand_core"]
|
||||||
|
|
||||||
default = ["rand"]
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
quickcheck = { workspace = true }
|
quickcheck = { workspace = true }
|
||||||
base64 = "0.21.4"
|
base64 = "0.21.4"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user