shared_child 1.0.1

a library for using child processes from multiple threads
Documentation
[lib]
name = "shared_child"
path = "src/lib.rs"

[package]
authors = ["jacko"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["os"]
description = "a library for using child processes from multiple threads"
documentation = "https://docs.rs/shared_child"
edition = "2021"
keywords = ["command", "process", "child", "subprocess"]
license = "MIT"
name = "shared_child"
readme = "README.md"
repository = "https://github.com/oconnor663/shared_child.rs"
version = "1.0.1"

[target."cfg(not(windows))".dependencies.libc]
version = "0.2.42"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System_Threading"]
version = "0.59.0"