server-mark2-dev/Cargo.toml
Pakin 551f4ec3ab init: v1
Signed-off-by: Pakin <pakin.t@forth.co.th>
2026-02-27 14:09:21 +07:00

24 lines
800 B
TOML

[package]
name = "server-mark2-dev"
version = "0.1.0"
edition = "2024"
[dependencies]
async-compression = { version = "0.4.39", features = ["tokio", "brotli"] }
axum = { version = "0.8.8", features = ["ws"] }
axum-streams = { version = "0.24.0", features = ["json"] }
celes = "2.6.0"
chrono = "0.4.43"
crossbeam-queue = "0.3.12"
dotenv = "0.15.0"
futures = "0.3.32"
libtbr = { git = "https://pakin-inspiron-15-3530.tail110d9.ts.net/pakin/libtbr.git", version = "0.1.1" }
rayon = "1.11.0"
redis = { version = "1.0.2", features = ["tokio-comp"] }
reqwest = "0.13.1"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
tokio = { version = "1.49.0", features = ["full"] }
tokio-cron-scheduler = "0.15.1"
tokio-stream = "0.1.18"
uuid = { version = "1.20.0", features = ["v4"] }