watchexec 4.1.0

Library to execute commands in response to file modifications
Documentation
[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.1"

[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]
features = ["tokio1"]
version = "8.0.0"

[dependencies.project-origins]
version = "1.4.0"

[dependencies.thiserror]
version = "1.0.44"

[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 = "3.0.0"

[dependencies.watchexec-signals]
version = "3.0.0"

[dependencies.watchexec-supervisor]
version = "2.0.0"
[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.6"

[package]
authors = ["Félix Saparelli <felix@passcod.name>", "Matt Green <mattgreenrocks@gmail.com>"]
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 = "4.1.0"
[target."cfg(unix)".dependencies.nix]
features = ["signal"]
version = "0.28.0"