Cargo Features

agnostic-process has no features set by default.

[dependencies]
agnostic-process = { version = "0.2.0", features = ["tokio", "tokio-io", "smol", "async-std"] }
tokio = tokio-io

Enables tokio

Affects agnostic-process::tokio

tokio-io tokio?

Enables tokio of agnostic-io

smol = async-process

Enables feature-extension-for-smol

Affects agnostic-process::smol

async-std = async-process

Enables feature-extension-for-async-std

Affects agnostic-process::async_std

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

async-process async-std? smol?