Cargo Features
feature-extension-for-async-std has no features set by default.
[dependencies]
feature-extension-for-async-std = { version = "0.2.2", features = ["std", "time", "channel", "unstable"] }
- default
-
These default features are set whenever
feature-extension-for-async-std
is added without
somewhere in the dependency tree.default-features = false Enables async-std
- std
- time = async-io
-
Enables async-await-macro of futures-util
- channel = futures-channel
-
Affects
feature-extension-for-async-std::channel
… - unstable
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.