Cargo Features
[dependencies]
aral = { version = "0.1.0", default-features = false, features = ["runtime-noop", "runtime-tokio", "runtime-async-std"] }
- default = runtime-noop
-
The
runtime-noop
feature is set by default wheneveraral
is added without
somewhere in the dependency tree.default-features = false - runtime-noop default = aral-runtime-noop
- runtime-tokio = aral-runtime-tokio
- runtime-async-std = aral-runtime-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.