# 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 = "pop-telemetry" version = "0.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for collecting anonymous Usage Metrics Collection with Umami." readme = "README.md" license = "GPL-3.0" repository = "https://github.com/r0gue-io/pop-cli" [lib] name = "pop_telemetry" path = "src/lib.rs" [dependencies.dirs] version = "5.0" [dependencies.env_logger] version = "0.11.1" [dependencies.log] version = "0.4.20" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.mockito] version = "1.4.0" [dev-dependencies.tempfile] version = "3.10"