32 lines
881 B
TOML
Executable File
32 lines
881 B
TOML
Executable File
[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"
|
|
prost = "0.12.6"
|
|
rand = "0.8.5"
|
|
# rolling-file = { git = "https://git.asxalex.pw/rust/rolling-file" }
|
|
# rolling-file = { git = "ssh://git@git2.asxalex.pw/rust/rolling-file.git" }
|
|
rolling-file = { git = "https://gitea.s5s8.com/punchnet/rolling-file.git"}
|
|
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"] }
|