# 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 = "run-when" version = "1.0.3" authors = ["Aalekh Patel "] description = "A simple binary that watches filesystem and runs a given executable in a debounced way." homepage = "https://github.com/aalekhpatel07/run-when" readme = "README.md" keywords = [ "watcher", "filesystem", "monitor", "command", ] license-file = "LICENSE.md" repository = "https://github.com/aalekhpatel07/run-when" resolver = "2" [profile.release] lto = "fat" [dependencies.anyhow] version = "1.0.58" [dependencies.clap] version = "3.2.8" features = ["derive"] [dependencies.log] version = "0.4.17" [dependencies.notify] version = "4.0.17" [dependencies.parse_duration] version = "2.1.1" [dependencies.simple_logger] version = "2.2.0"