# 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 = "jobrog" version = "1.1.0" authors = ["dfhoughton "] description = "command line job clock" homepage = "https://github.com/dfhoughton/jobrog" readme = "README.md" keywords = [ "work", "log", "time", "notes", ] categories = ["command-line-utilities"] license = "GPL-2.0" repository = "https://github.com/dfhoughton/jobrog" [profile.release] panic = "abort" [[bin]] name = "job" path = "src/main.rs" [dependencies.ansi_term] version = "0" [dependencies.chrono] version = "0" [dependencies.clap] version = "2.34" [dependencies.colonnade] version = "^1.3" features = ["nbsp"] [dependencies.dirs] version = "4" [dependencies.flate2] version = "1" [dependencies.larry] version = "0" [dependencies.lazy_static] version = "1.4" [dependencies.pidgin] version = "0.4" [dependencies.regex] version = "1" [dependencies.rust-ini] version = "0" [dependencies.serde_json] version = "1" [dependencies.term_size] version = "0" [dependencies.two_timer] version = "^2.1" features = ["small_grammar"] [dev-dependencies.rand] version = "0"