Files
unshell/unshell-crypt/Cargo.toml
T
2026-01-30 14:05:07 -07:00

17 lines
290 B
TOML

[package]
name = "unshell-crypt"
version.workspace = true
edition.workspace = true
authors.workspace = true
include.workspace = true
[dependencies]
aes = "0.8.4"
block-padding = "0.4.1"
cbc = "0.1.2"
getrandom = "0.3.4"
hex = "0.4.3"
hex-literal = "1.1.0"
regex = "1.12.2"
sha2 = "0.10.9"