procspawn 0.10.3

thread::spawn just with processes
Documentation
[[example]]
name = "panic"
required-features = ["backtrace"]

[[example]]
name = "bad-serialization"
required-features = ["backtrace", "json"]

[[test]]
name = "test_basic"
required-features = ["test-support"]

[[test]]
name = "test_pool"
required-features = ["test-support"]

[[test]]
name = "test_macros"
required-features = ["test-support"]
[dependencies.backtrace]
features = ["serde"]
optional = true
version = "0.3.43"

[dependencies.ctor]
optional = true
version = "0.1.20"

[dependencies.findshlibs]
optional = true
version = "0.10.2"

[dependencies.ipc-channel]
version = "0.16.1"

[dependencies.libc]
version = "0.2.66"

[dependencies.serde]
features = ["derive"]
version = "1.0.104"

[dependencies.serde_json]
optional = true
version = "1.0.47"

[features]
default = ["backtrace", "safe-shared-libraries"]
json = ["serde_json"]
safe-shared-libraries = ["findshlibs"]
test-support = ["ctor"]

[package]
authors = ["Armin Ronacher <armin.ronacher@active-4.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
autoexamples = true
autotests = true
description = "thread::spawn just with processes"
edition = "2018"
homepage = "https://github.com/mitsuhiko/procspawn"
keywords = ["proc", "spawn", "subprocess"]
license = "MIT/Apache-2.0"
name = "procspawn"
readme = "README.md"
repository = "https://github.com/mitsuhiko/procspawn"
rust-version = "1.65.0"
version = "0.10.3"
[package.metadata.docs.rs]
all-features = true
[target."cfg(windows)".dependencies.winapi]
features = ["errhandlingapi", "processthreadsapi"]
version = "0.3.9"