# 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 = "abineo-analytics-collector" version = "0.1.0" description = "Used in the backend of the Abineo Analytics server." homepage = "https://abineo.swiss/analytics" readme = "README.md" license-file = "LICENSE" [dependencies.chrono] version = "0.4.31" [dependencies.lazy_static] version = "1.4.0" [dependencies.phf] version = "0.11.2" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.106" [dependencies.thiserror] version = "1.0.48" [dependencies.uaparser] version = "0.6.1" [dependencies.url] version = "2.4.1" features = ["serde"] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rayon] version = "1.7.0" [dev-dependencies.scc] version = "2.0.1" [build-dependencies.phf] version = "0.11.2" [build-dependencies.phf_codegen] version = "0.11.2" [build-dependencies.serde_json] version = "1.0.105"