# 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.0" name = "watchexec" version = "5.0.0" authors = [ "FĂ©lix Saparelli ", "Matt Green ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library to execute commands in response to file modifications" homepage = "https://watchexec.github.io" documentation = "https://docs.rs/watchexec" readme = "README.md" keywords = [ "watcher", "filesystem", "watchexec", ] license = "Apache-2.0" repository = "https://github.com/watchexec/watchexec" [lib] name = "watchexec" path = "src/lib.rs" [[example]] name = "only_commands" path = "examples/only_commands.rs" [[example]] name = "only_events" path = "examples/only_events.rs" [[example]] name = "readme" path = "examples/readme.rs" [[example]] name = "restart_run_on_successful_build" path = "examples/restart_run_on_successful_build.rs" [[test]] name = "env_reporting" path = "tests/env_reporting.rs" [[test]] name = "error_handler" path = "tests/error_handler.rs" [dependencies.async-priority-channel] version = "0.2.0" [dependencies.async-recursion] version = "1.0.5" [dependencies.atomic-take] version = "1.0.0" [dependencies.futures] version = "0.3.29" [dependencies.ignore-files] version = "3.0.2" [dependencies.miette] version = "7.2.0" [dependencies.normalize-path] version = "0.2.0" [dependencies.notify] version = "6.0.0" [dependencies.once_cell] version = "1.8.0" [dependencies.process-wrap] version = "8.0.0" features = ["tokio1"] [dependencies.project-origins] version = "1.4.0" [dependencies.thiserror] version = "1.0.44" [dependencies.tokio] version = "1.33.0" features = [ "fs", "io-std", "process", "rt", "rt-multi-thread", "signal", "sync", ] [dependencies.tracing] version = "0.1.40" features = ["log"] [dependencies.watchexec-events] version = "4.0.0" [dependencies.watchexec-signals] version = "4.0.0" [dependencies.watchexec-supervisor] version = "3.0.0" [dev-dependencies.tracing-subscriber] version = "0.3.6" features = ["env-filter"] [target."cfg(unix)".dependencies.nix] version = "0.29.0" features = ["signal"]