# 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 = "watchexec-simple" version = "0.2.0" default-run = "watchexec" description = "An alternative to watchexec" readme = "README.md" license = "MIT" [[bin]] name = "watchexec" path = "src/main.rs" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.clearscreen] version = "2.0.1" [dependencies.command-group] version = "2.1.0" [dependencies.ctrlc] version = "3.2.1" [dependencies.glob] version = "0.3.0" [dependencies.ignore] version = "0.4.18" [dependencies.notify] version = "4.0.17" [dependencies.regex] version = "1.5.4" [dependencies.shell-escape] version = "0.1.5" [dependencies.signal-hook] version = "0.3.13" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.17"