# 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 = "2018" name = "usage-tracker" version = "0.3.2" authors = ["Adrian Wannenmacher "] description = "A simple usage tracker in rust." homepage = "https://github.com/TeFiLeDo/usage-tracker" documentation = "https://docs.rs/usage-tracker" readme = "README.md" keywords = [ "cli", "usage", "tracking", "analysis", "prediction", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/TeFiLeDo/usage-tracker" [dependencies.anyhow] version = "1.0.57" [dependencies.atty] version = "0.2.14" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.human-panic] version = "1.0.3" [dependencies.ron] version = "0.7.0" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.standard_paths] version = "1.1.0" [dependencies.thiserror] version = "1.0.31"