Cargo Features
[dependencies]
actm = { version = "0.1.0", default-features = false, features = ["async-std"] }
- async-std default
-
Support for the async-std executor
Enables async-std
Affects
executor::asyncstd
… - default = async-std
-
The
async-std
feature is set by default wheneveractm
is added without
somewhere in the dependency tree.default-features = false