Update Cargo.toml

This commit is contained in:
Andrej Mihajlov
2024-12-10 15:30:52 +01:00
committed by GitHub
parent aaec2c9e82
commit efb2aed9dd
+2 -2
View File
@@ -39,8 +39,8 @@ rand_chacha = { workspace = true }
default = ["sphinx"]
aead = ["dep:aead", "aead/std", "aes-gcm-siv", "generic-array"]
serde = ["dep:serde", "serde_bytes", "ed25519-dalek/serde", "x25519-dalek/serde"]
asymmetric = ["x25519-dalek", "ed25519-dalek", "zeroize", "cipher/zeroize"]
asymmetric = ["x25519-dalek", "ed25519-dalek", "zeroize"]
hashing = ["blake3", "digest", "hkdf", "hmac", "generic-array"]
stream_cipher = ["aes", "ctr", "cipher", "generic-array"]
stream_cipher = ["aes", "ctr", "cipher", "cipher/zeroize", "generic-array"]
sphinx = ["nym-sphinx-types/sphinx"]
outfox = ["nym-sphinx-types/outfox"]