[dependencies.futures]
version = "0.3.29"
[dependencies.process-wrap]
features = ["reset-sigmask", "tokio1"]
version = "8.0.0"
[dependencies.tokio]
default-features = false
features = ["macros", "process", "rt", "sync", "time"]
version = "1.33.0"
[dependencies.tracing]
version = "0.1.40"
[dependencies.watchexec-events]
default-features = false
version = "4.0.0"
[dependencies.watchexec-signals]
default-features = false
version = "4.0.0"
[dev-dependencies.boxcar]
version = "0.2.4"
[lib]
name = "watchexec_supervisor"
path = "src/lib.rs"
[package]
authors = ["Félix Saparelli <felix@passcod.name>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Watchexec's process supervisor component"
documentation = "https://docs.rs/watchexec-supervisor"
edition = "2021"
keywords = ["process", "command", "supervisor", "watchexec"]
license = "Apache-2.0 OR MIT"
name = "watchexec-supervisor"
readme = "README.md"
repository = "https://github.com/watchexec/watchexec"
rust-version = "1.58.0"
version = "3.0.0"
[target."cfg(unix)".dependencies.nix]
features = ["signal"]
version = "0.29.0"
[[test]]
name = "programs"
path = "tests/programs.rs"