# 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" rust-version = "1.61" name = "neowatch" version = "0.2.1" authors = ["Tavo Annus "] description = "A modern alternative to watch command" readme = "README.md" keywords = [ "watch", "neowatch", ] categories = ["command-line-utilities"] license = "LGPL-2.1" repository = "https://github.com/kilpkonn/neowatch" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false panic = "abort" strip = "symbols" [[bin]] name = "neowatch" [dependencies.clap] version = "4.0" features = [ "std", "help", ] default-features = false [dependencies.ctrlc] version = "3.0" features = ["termination"] [dependencies.termcolor] version = "1.0"