sdlan-rs/Cargo.toml
2024-03-01 15:38:16 +08:00

29 lines
710 B
TOML

[package]
name = "sdlan-sn-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
aes = "0.8.4"
byteorder = "1.5.0"
cbc = "0.1.2"
dashmap = "5.5.3"
futures = "0.3.30"
# lazy_static = "1.4.0"
once_cell = "1.19.0"
rand = "0.8.5"
rolling-file = { git = "https://git.asxalex.pw/rust/rolling-file" }
rsa = "0.9.6"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
serde_repr = "0.1.18"
sqlx = "0.7.3"
#structopt = "0.3.26"
tokio = { version = "1.36.0", features = ["full"] }
tracing = "0.1.40"
#tracing = "0.1.40"
tracing-appender = "0.2.3"
uuid = { version = "1.7.0", features = ["v4"] }