2024-09-11 16:37:46 +00:00
|
|
|
[package]
|
2025-01-22 02:12:44 +00:00
|
|
|
name = "wicked-waifus-protokey"
|
2024-09-11 16:37:46 +00:00
|
|
|
edition = "2021"
|
|
|
|
version.workspace = true
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
# Cryptography
|
|
|
|
aes.workspace = true
|
|
|
|
cipher = { workspace = true, features = ["block-padding", "alloc"]}
|
|
|
|
rsa.workspace = true
|
|
|
|
rand.workspace = true
|
|
|
|
|
|
|
|
# Serialization
|
|
|
|
serde.workspace = true
|
|
|
|
|
|
|
|
# Util
|
|
|
|
rbase64.workspace = true
|
|
|
|
thiserror.workspace = true
|
|
|
|
|
|
|
|
# Tracing
|
|
|
|
tracing.workspace = true
|