# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "axum-analytics" version = "1.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Monitoring and analytics for Axum web applications." readme = "README.md" keywords = [ "api", "analytics", "axum", "dashboard", "middleware", ] categories = [ "web-programming", "visualization", ] license = "MIT" repository = "https://github.com/tom-draper/api-analytics" [lib] name = "axum_analytics" crate-type = ["lib"] path = "src/analytics.rs" [dependencies.axum] version = "0.7" [dependencies.chrono] version = "0.4" features = ["unstable-locales"] [dependencies.futures] version = "0.3" [dependencies.http] version = "1.1.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.reqwest] version = "0.11" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tower] version = "0.4.13"