server-mark2-dev/Cargo.toml
Pakin 4860fd950a change: change build for multi-platform
- fix: commit message empty
- fix: sheet api json not found may cause app unable to run

Signed-off-by: Pakin <pakin.t@forth.co.th>
2026-05-20 16:06:29 +07:00

32 lines
1.2 KiB
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"
env_logger = "0.11.9"
futures = "0.3.32"
libtbr = { git = "https://pakin-inspiron-15-3530.tail110d9.ts.net/pakin/libtbr.git", version = "0.1.1" }
log = "0.4.29"
openssl = { version = "0.10.80", features = ["vendored"] }
rayon = "1.11.0"
redis = { version = "1.0.2", features = ["tls-rustls-webpki-roots", "tokio-comp", "tokio-rustls-comp"] }
reqwest = { version = "0.13.1", features = ["multipart", "rustls"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
sqlx = { version = "0.8.6", features = ["runtime-tokio", "tls-rustls", "sqlite"] }
tokio = { version = "1.49.0", features = ["full"] }
tokio-cron-scheduler = "0.15.1"
tokio-stream = "0.1.18"
tokio-util = "0.7.18"
uuid = { version = "1.20.0", features = ["v4"] }
wasmtime = { version = "44.0.1", features = ["async"] }
wasmtime-wasi = "44.0.1"
wasmtime-wasi-http = "44.0.1"