From 4e9419c59c8dc8f8263257fefe2c76de8118274c Mon Sep 17 00:00:00 2001 From: Ivan Boldyrev Date: Fri, 6 Oct 2023 20:56:19 +0700 Subject: [PATCH] Format identity/Cargo.toml Co-authored-by: Thomas Eizinger --- identity/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/identity/Cargo.toml b/identity/Cargo.toml index 7dfea759..d9d3707d 100644 --- a/identity/Cargo.toml +++ b/identity/Cargo.toml @@ -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"]