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