[dependencies.cfg-if]
version = "1.0.0"
[dependencies.compio-buf]
version = "0.5.0"
[dependencies.compio-driver]
default-features = false
version = "0.5.0"
[dependencies.compio-io]
version = "0.4.0"
[dependencies.compio-runtime]
version = "0.5.0"
[dependencies.futures-util]
version = "0.3.29"
[dev-dependencies.compio-macros]
version = "0.1.2"
[features]
default = []
linux_pidfd = []
nightly = ["linux_pidfd"]
[lib]
name = "compio_process"
path = "src/lib.rs"
[package]
authors = ["Berrysoft <Strawberry_Str@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["asynchronous"]
description = "Processes for compio"
edition = "2021"
keywords = ["async", "process"]
license = "MIT"
name = "compio-process"
readme = "README.md"
repository = "https://github.com/compio-rs/compio"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(windows)".dependencies.windows-sys]
version = "0.52.0"
[[test]]
name = "process"
path = "tests/process.rs"