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