# 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 = "2018" rust-version = "1.70.0" name = "procspawn" version = "1.0.1" authors = [ "Armin Ronacher ", "Manish Goregaokar ", ] autoexamples = true autotests = true description = "thread::spawn just with processes" homepage = "https://github.com/mitsuhiko/procspawn" readme = "README.md" keywords = [ "proc", "spawn", "subprocess", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mitsuhiko/procspawn" [package.metadata.docs.rs] all-features = true [[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] version = "0.3.73" features = ["serde"] optional = true [dependencies.findshlibs] version = "0.10.2" optional = true [dependencies.ipc-channel] version = "0.18.2" [dependencies.libc] version = "0.2.66" [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.serde_json] version = "1.0.47" optional = true [dependencies.small_ctor] version = "0.1.2" optional = true [features] default = [ "backtrace", "safe-shared-libraries", ] json = ["serde_json"] safe-shared-libraries = ["findshlibs"] test-support = ["small_ctor"] [target."cfg(windows)".dependencies.windows-sys] version = "0.48.0" features = ["Win32_System_Threading"]