agnostic-process 0.3.0

Agnostic abstraction layer of `std::process` for any async runtime.
Documentation
[dependencies.agnostic-io]
version = "0.2"

[dependencies.async-process]
optional = true
version = "2"

[dependencies.futures-util]
default-features = false
version = "0.3"

[dependencies.paste]
version = "1"

[dependencies.smol]
default-features = false
optional = true
package = "feature-extension-for-smol"
version = "^0.2.1"

[dependencies.tokio]
default-features = false
features = ["process"]
optional = true
version = "1"

[dev-dependencies.smol]
default-features = false
features = ["default"]
package = "feature-extension-for-smol"
version = "^0.2.1"

[dev-dependencies.tokio]
default-features = false
features = ["process", "rt"]
version = "1"

[features]
default = []
smol = ["dep:smol", "async-process"]
tokio = ["dep:tokio", "tokio-io"]
tokio-io = ["agnostic-io/tokio"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous"]
description = "Agnostic abstraction layer of `std::process` for any async runtime."
edition = "2024"
homepage = "https://github.com/al8n/agnostic"
keywords = ["async", "runtime", "agnostic", "sansio", "sans"]
license = "MIT OR Apache-2.0"
name = "agnostic-process"
readme = "README.md"
repository = "https://github.com/al8n/agnostic"
rust-version = "1.85.0"
version = "0.3.0"

[target."cfg(windows)".dev-dependencies.windows-sys]
default-features = false
features = ["Win32_Foundation", "Win32_System_Threading"]
version = "0.61"