rtmc-be/Cargo.toml

23 lines
705 B
TOML
Raw Permalink Normal View History

2024-11-02 17:34:53 +00:00
[package]
name = "rtmc-be"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.92"
argon2 = { version = "0.5.3", features = ["simple"] }
axum = { version = "0.7.7", features = ["ws"] }
axum-extra = { version = "0.9.4", features = ["typed-header"] }
chrono = "0.4.38"
clap = "4.5.20"
env_logger = "0.11.5"
futures-util = "0.3.31"
headers = "0.4.0"
lazy_static = "1.5.0"
log = "0.4.22"
sea-orm = { version = "1.1.0", features = ["macros", "runtime-tokio-rustls", "sqlx-sqlite", "with-json", "with-uuid"] }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
tokio = { version = "1.41.0", features = ["full"] }
uuid = { version = "1.11.0", features = ["serde", "v4"] }