# 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 = "pnch" version = "0.4.1" authors = ["Moritz Hoffmann "] description = "Simple time tracking from the command line" homepage = "https://github.com/mohoff/punch" documentation = "https://github.com/mohoff/punch" readme = "README.md" keywords = ["timetracking", "productivity"] categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/mohoff/punch" [dependencies.ansi_term] version = "0.12.1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "2.33.0" [dependencies.colored] version = "1.9.3" [dependencies.csv] version = "1.1.3" [dependencies.dirs] version = "2.0.2" [dependencies.error-chain] version = "0.12.2" [dependencies.serde] version = "1.0.104" features = ["derive"]