rust-crypto-tests/Cargo.toml

13 lines
206 B
TOML
Raw Permalink Normal View History

2024-12-04 18:13:42 +00:00
[package]
name = "rust-crypto-tests"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-12-06 15:17:05 +00:00
aes = "0.8.4"
cbc = { version="0.1.2" , features=["alloc"] }
csv = "1.3.1"
des = "0.8.1"
2024-12-04 18:13:42 +00:00
rand = "0.8.5"
rsa = "0.9.7"