# 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 = "2021" name = "timepiece" version = "0.7.6" authors = ["Kyllingene"] description = "A command-line all-purpose timepiece" readme = "README.md" keywords = [ "stopwatch", "alarm", "time", "command-line", "clock", ] categories = ["date-and-time"] license = "MIT" repository = "https://github.com/kyllingene/timepiece" [[bin]] name = "tp" path = "src/main.rs" [dependencies.atty] version = "0.2" [dependencies.chrono] version = "0.4" [dependencies.crossterm] version = "0.26" [dependencies.notify-rust] version = "4" optional = true [features] default = [] notify = ["dep:notify-rust"]