Cargo Features
io-process has no features set by default.
[dependencies]
io-process = { version = "0.0.2", features = ["expand", "serde", "std", "tokio"] }
- expand
-
Enables expansion of ~ and environment variables for command program and arguments.
Enables dirs and shellexpand
Affects
command::Command.expand… - serde
-
Enables command de/serialization
Enables serde
Affects
io-process::serde… - std
-
Enables the blocking, standard runtime
Affects
runtimes::std… - tokio
-
Enables the async, Tokio-based runtime
Enables tokio
Affects
runtimes::tokio…