compio-process 0.8.0

Processes for compio
Documentation
# 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 = "2024"
name = "compio-process"
version = "0.8.0"
authors = ["Berrysoft <Strawberry_Str@hotmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Processes for compio"
readme = "README.md"
keywords = [
    "async",
    "process",
]
categories = ["asynchronous"]
license = "MIT"
repository = "https://github.com/compio-rs/compio"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
linux_pidfd = []
nightly = ["linux_pidfd"]

[lib]
name = "compio_process"
path = "src/lib.rs"

[[test]]
name = "process"
path = "tests/process.rs"

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.compio-buf]
version = "0.8.0"

[dependencies.compio-driver]
version = "0.11.1"
default-features = false

[dependencies.compio-io]
version = "0.9.0"

[dependencies.compio-runtime]
version = "0.11.0"

[dependencies.futures-util]
version = "0.3.29"

[dev-dependencies.compio-macros]
version = "0.1.2"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61.0"