[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.3"
[dependencies.miette]
version = "7.2.0"
[dependencies.normalize-path]
version = "0.2.0"
[dependencies.notify]
version = "8.0.0"
[dependencies.once_cell]
version = "1.8.0"
[dependencies.process-wrap]
features = ["tokio1"]
version = "8.0.0"
[dependencies.project-origins]
version = "1.4.1"
[dependencies.thiserror]
version = "2.0.11"
[dependencies.tokio]
features = ["fs", "io-std", "process", "rt", "rt-multi-thread", "signal", "sync"]
version = "1.33.0"
[dependencies.tracing]
features = ["log"]
version = "0.1.40"
[dependencies.watchexec-events]
version = "5.0.0"
[dependencies.watchexec-signals]
version = "4.0.1"
[dependencies.watchexec-supervisor]
version = "4.0.0"
[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.6"
[[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"
[lib]
name = "watchexec"
path = "src/lib.rs"
[lints.clippy]
blocks_in_conditions = "allow"
cognitive_complexity = "allow"
default_trait_access = "allow"
enum_glob_use = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
nursery = "warn"
option_if_let_else = "allow"
pedantic = "warn"
similar_names = "allow"
too_many_lines = "allow"
[package]
authors = ["Félix Saparelli <felix@passcod.name>", "Matt Green <mattgreenrocks@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Library to execute commands in response to file modifications"
documentation = "https://docs.rs/watchexec"
edition = "2021"
homepage = "https://watchexec.github.io"
keywords = ["watcher", "filesystem", "watchexec"]
license = "Apache-2.0"
name = "watchexec"
readme = "README.md"
repository = "https://github.com/watchexec/watchexec"
rust-version = "1.61.0"
version = "6.0.0"
[target."cfg(unix)".dependencies.nix]
features = ["signal"]
version = "0.29.0"
[[test]]
name = "env_reporting"
path = "tests/env_reporting.rs"
[[test]]
name = "error_handler"
path = "tests/error_handler.rs"