[dependencies.agnostic-io]
version = "0.1"
[dependencies.async-process]
optional = true
version = "2"
[dependencies.async-std]
default-features = false
features = ["unstable"]
optional = true
package = "feature-extension-for-async-std"
version = "^0.2.1"
[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.async-std]
default-features = false
features = ["default"]
package = "feature-extension-for-async-std"
version = "^0.2.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]
async-std = ["dep:async-std", "async-process"]
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 = "Sans-I/O abstraction layer of `std::process` for any async runtime."
edition = "2021"
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.81.0"
version = "0.2.0"
[target."cfg(windows)".dev-dependencies.windows-sys]
default-features = false
features = ["Win32_Foundation", "Win32_System_Threading"]
version = "0.59"