# 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 = "actix-analytics" version = "1.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Monitoring and analytics for Actix web applications." readme = "README.md" keywords = [ "api", "analytics", "actix", "dashboard", "middleware", ] categories = [ "web-programming", "visualization", ] license = "MIT" repository = "https://github.com/tom-draper/api-analytics" [lib] name = "actix_analytics" crate-type = ["lib"] path = "src/analytics.rs" [dependencies.actix-rt] version = "2.8" [dependencies.actix-web] version = "4" [dependencies.chrono] version = "0.4" features = ["unstable-locales"] [dependencies.futures] version = "0.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.reqwest] version = "0.11" features = ["json"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [features] default = ["native-tls"] native-tls = ["reqwest/default-tls"] rustls = ["reqwest/rustls-tls"]