# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "augr-cli" version = "0.2.1" authors = ["LeRoyce Pearson "] description = "A simple command line time tracking application" keywords = ["cli", "timetracking"] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/geemili/augr" [[bin]] name = "augr" path = "src/main.rs" [dependencies.augr-core] version = "0.2.1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "2.33" [dependencies.directories] version = "2.0" [dependencies.flame] version = "0.2.2" optional = true [dependencies.flamer] version = "0.4" optional = true [dependencies.parse_duration] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.snafu] version = "0.5" [dependencies.structopt] version = "0.3" [dependencies.toml] version = "0.5" [dependencies.uuid] version = "0.7" [features] default = [] flame_it = ["flame", "flamer", "augr-core/flame_it"] [badges.travis-ci] repository = "geemili/augr"