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 default-features = false somewhere in the dependency tree.

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