# 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 = "time_me" version = "0.1.2" authors = ["parker couch "] description = "terminal based timer" homepage = "https://sr.ht/~parkercouch/time_me/" documentation = "https://docs.rs/time_me/" readme = "README.md" keywords = ["timer", "productivity", "cli"] categories = ["command-line-utilities"] license = "BSD-3-Clause-Clear" repository = "https://git.sr.ht/~parkercouch/time_me/" [dependencies.indicatif] version = "0.15.0" [dependencies.notify-rust] version = "4" [dependencies.structopt] version = "0.3" [dependencies.thiserror] version = "1.0" [dependencies.typed-builder] version = "0.7" [dev-dependencies.assert_cmd] version = "1.0" [dev-dependencies.cargo-husky] version = "1.0" features = ["run-cargo-fmt", "run-cargo-clippy"]