This commit is contained in:
2025-09-28 18:38:48 +02:00
parent 8bddcc1b01
commit b8c797a2fc
55 changed files with 1645 additions and 2798 deletions

View File

@@ -14,19 +14,19 @@ crate-type = ["staticlib", "cdylib", "rlib"]
debug = true
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
parking_lot = "0.12"
log = "0.4"
env_logger = "0.11"
tokio = { version = "1.47", features = ["full"] }
strum = {version = "0.27", features = ["derive"] }
uuid = {version = "1.18", features = ["v4", "serde"] }
event-listener = "5.4"
dashmap = "6.1"
bytes = "1.10"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
arc-swap = "1.7"
crossbeam-utils = "0.8"
kanal = "0.1"
axum = { version = "0.8", features = ["ws", "default"] }
chrono = {version = "0.4", features = ["serde"]}
sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "chrono", "uuid", "any", "sqlite", "postgres", "mysql" ] }
dotenvy = "0.15"
dotenvy = "0.15"
envy = "0.4"
socket2 = "0.6"
parking_lot = "0.12"
axum = "0.8"
tower = "0.5"
tower-http = "0.6"
hyper = "1.7"
sea-orm = { version = "1.1", features = [ "sqlx-sqlite", "runtime-tokio", "macros" ] }