[package] name = "warthunder-leak-counter" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.86" askama = { version = "0.12.1", features = ["with-axum"] } askama_axum = "0.4.0" axum = { version = "0.7.5", features = ["ws", "macros"] } regex = "1.10.5" reqwest = "0.12.5" soup = "0.5.1" time = "0.3.36" tokio = { version = "1.38.0", features = ["full"] } tower-http = { version = "0.5.2", features = ["trace", "fs"] } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }