[dependencies.futures]
version = "0.3.30"
[dependencies.indexmap]
version = "2.2.5"
[dependencies.tokio]
features = ["io-util", "macros", "process", "rt"]
optional = true
version = "1.36.0"
[dependencies.tracing]
version = "0.1.40"
[dev-dependencies.tokio]
features = ["io-util", "macros", "process", "rt", "rt-multi-thread", "time"]
version = "1.36.0"
[features]
creation-flags = ["dep:windows", "windows/Win32_System_Threading"]
default = ["creation-flags", "job-object", "process-group", "process-session"]
job-object = ["dep:windows", "windows/Win32_Security", "windows/Win32_System_Diagnostics_ToolHelp", "windows/Win32_System_IO", "windows/Win32_System_JobObjects", "windows/Win32_System_Threading"]
kill-on-drop = []
process-group = ["dep:nix"]
process-session = ["dep:nix", "process-group"]
std = []
tokio1 = ["dep:tokio"]
[package]
authors = ["Félix Saparelli <felix@passcod.name>"]
description = "Wrap a Command, to spawn processes in a group or session or job etc"
documentation = "https://docs.rs/process-wrap"
edition = "2021"
exclude = ["/bin", "/.github"]
homepage = "https://github.com/watchexec/process-wrap"
keywords = ["command", "process", "group", "session", "pty"]
license = "Apache-2.0 OR MIT"
name = "process-wrap"
readme = "README.md"
repository = "https://github.com/watchexec/process-wrap"
rust-version = "1.75.0"
version = "5.2.0"
[package.metadata.docs.rs]
all-features = true
[target."cfg(unix)".dependencies.nix]
default-features = false
features = ["fs", "poll", "signal"]
optional = true
version = "0.28.0"
[target."cfg(windows)".dependencies.windows]
optional = true
version = "0.54.0"