mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-01 04:01:20 +00:00
Format identity/Cargo.toml
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
This commit is contained in:
parent
8d9881d965
commit
4e9419c59c
@ -35,8 +35,7 @@ ring = { version = "0.16.9", features = ["alloc", "std"], default-features = fal
|
||||
[features]
|
||||
secp256k1 = [ "dep:libsecp256k1", "dep:asn1_der", "dep:sha2", "dep:hkdf", "dep:zeroize" ]
|
||||
ecdsa = [ "dep:p256", "dep:void", "dep:zeroize", "dep:sec1", "dep:sha2", "dep:hkdf" ]
|
||||
# It is ok for RSA to depend on rand as it doesn't compile to WASM and similar environments anyway.
|
||||
rsa = [ "dep:ring", "dep:asn1_der", "dep:rand", "dep:zeroize" ]
|
||||
rsa = [ "dep:ring", "dep:asn1_der", "dep:rand", "dep:zeroize" ] # It is ok for RSA to depend on rand as it doesn't compile to WASM and similar environments anyway.
|
||||
ed25519 = [ "dep:ed25519-dalek", "dep:zeroize", "dep:sha2", "dep:hkdf" ]
|
||||
peerid = [ "dep:multihash", "dep:bs58", "dep:thiserror", "dep:sha2", "dep:hkdf" ]
|
||||
rand = ["dep:rand", "ed25519-dalek?/rand_core"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user