# 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 = "dlog" version = "0.1.2" authors = ["cengels "] exclude = ["test_entries.csv", "src/test.rs"] description = "A command line utility to efficiently track where you spend your time." readme = "README.md" keywords = ["cli", "time-tracking", "command-line"] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/cengels/dlog" [package.metadata.bundle] identifier = "com.cengels.dlog" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "3.0.0-beta.2" [dependencies.clap_generate] version = "3.0.0-beta.2" [dependencies.colored] version = "2.0.0" [dependencies.csv] version = "1.1" [dependencies.dirs] version = "3.0.1" [dependencies.enum_dispatch] version = "0.3.4" [dependencies.pager] version = "0.16.0" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.proptest] version = "0.10.1"