Cargo Features
[dependencies]
amiya = { version = "0.0.6", default-features = false, features = ["built-in-executor"] }
- default = built-in-executor
-
The
built-in-executor
feature is set by default wheneveramiya
is added without
somewhere in the dependency tree.default-features = false - built-in-executor default = async-executor, async-io, num_cpus, once_cell
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-executor built-in-executor
-
Enables async-executor
Built-in executor dependencies
- async-io built-in-executor
-
Enables async-io ^1
- once_cell built-in-executor
- num_cpus built-in-executor