# 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 = "timr" version = "0.5.0" authors = ["Noah Dunbar "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple CLI timer" homepage = "https://github.com/The-Noah/timr" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/The-Noah/timr" [[bin]] name = "timr" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" features = [ "clock", "std", ] default-features = false [dependencies.ctrlc] version = "3.4.5" features = ["termination"] [dependencies.serde] version = "1.0.210" features = ["serde_derive"] [dependencies.termsize] version = "0.1.9" [dependencies.toml] version = "0.8.19" [target."cfg(windows)".dependencies.windows] version = "0.58.0" features = ["Win32_System_Console"] [target."cfg(windows)".dependencies.windows-sys] version = "0.59.0" features = [ "Win32_Globalization", "Win32_System_Com", "Win32_UI_Shell", ]