# 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.68.0" name = "command-group" version = "5.0.1" authors = ["FĂ©lix Saparelli "] exclude = [ "/bin", "/.github", ] autoexamples = false description = "Extension to Command to spawn in a process group" homepage = "https://github.com/watchexec/command-group" documentation = "https://docs.rs/command-group" readme = "README.md" keywords = [ "command", "extension", "process", "group", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/watchexec/command-group" [package.metadata.docs.rs] all-features = true [[example]] name = "basic" [[example]] name = "builder" [[example]] name = "async" required-features = ["with-tokio"] [[example]] name = "kill_on_drop" required-features = ["with-tokio"] [[example]] name = "daemon" required-features = ["with-tokio"] [dependencies.async-trait] version = "0.1.74" optional = true [dependencies.tokio] version = "1.33.0" features = [ "io-util", "macros", "process", "rt", ] optional = true [dev-dependencies.tokio] version = "1.10.0" features = [ "io-util", "macros", "process", "rt", "rt-multi-thread", "time", ] [features] default = [] with-tokio = [ "async-trait", "tokio", ] [target."cfg(unix)".dependencies.nix] version = "0.27.1" features = [ "fs", "poll", "signal", ] default-features = false [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "impl-default", "handleapi", "ioapiset", "jobapi2", "processthreadsapi", "tlhelp32", "winbase", ]