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 whenever actm is added without default-features = false somewhere in the dependency tree.