Files
nym/nym-outfox/Cargo.toml
T
2022-12-20 11:29:28 +01:00

22 lines
474 B
TOML

[package]
name = "nym-outfox"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rayon = "1.5.1"
blake3 = "1.3"
zeroize = "1.5"
chacha20 = "0.9.0"
curve25519-dalek = "3.2"
chacha20poly1305 = "0.10.1"
# Need this star over here to pull in js into getrandom
getrandom = { version = "*", features = ["js"] }
thiserror = "1"
[dev-dependencies]
criterion = "0.4"
fastrand = "1.8"