[package] categories = ["web-programming", "visualization"] description = "Monitoring and analytics for Axum web applications." edition = "2021" keywords = ["api", "analytics", "axum", "dashboard", "middleware"] license = "MIT" name = "axum-analytics" repository = "https://github.com/tom-draper/api-analytics" version = "1.2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] crate-type = ["lib"] # The crate types to generate. path = "src/analytics.rs" # The source file of the target. [dependencies] axum = "0.7" chrono = {version = "0.4", features = ["unstable-locales"]} futures = "0.3" http = "1.1.0" lazy_static = "1.4.0" reqwest = {version = "0.11", features = ["json", "blocking"]} serde = {version = "1.0", features = ["derive"]} tower = "0.4.13"