[package] name = "watchexec" version = "1.17.1" authors = ["Matt Green ", "FĂ©lix Saparelli "] license = "Apache-2.0" description = "Library to execute commands in response to file modifications" keywords = ["watcher", "filesystem", "watchexec"] documentation = "https://docs.rs/watchexec" homepage = "https://watchexec.github.io" repository = "https://github.com/watchexec/watchexec" readme = "README.md" edition = "2018" [dependencies] chrono = "0.4.19" miette = "0.7.0" notify = "5.0.0-pre.11" thiserror = "1.0.26" tracing = "0.1.26" [dependencies.tokio] version = "1.10.0" features = ["full"]