Cargo Features
[dependencies]
wiki = { version = "0.0.3", default-features = false, features = ["tokio"] }
- default = tokio
-
These default features are set whenever
wiki
is added without
somewhere in the dependency tree.default-features = false Enables cookies of reqwest ^0.11.10
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.
- tokio default