bincli/Cargo.toml
2023-11-22 17:02:23 +00:00

23 lines
546 B
TOML

[package]
name = "pbin"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
aes-gcm = { version = "0.10.3", features = ["aes"] }
atty = "0.2.14"
base64 = "0.21.5"
bs58 = "0.5.0"
clap = { version = "4.4.8", features = ["derive"] }
miniz_oxide = "0.7.1"
pbkdf2 = "0.12.2"
rand = "0.8.5"
reqwest = { version = "0.11.22", features = ["blocking", "json"] }
serde = "1.0.193"
serde_json = "1.0.108"
serde_with = "3.4.0"
sha2 = "0.10.8"
typenum = "1.17.0"