Cargo Features

[dependencies]
wither = { version = "0.9.0", default-features = false, features = ["tokio-runtime", "async-std-runtime", "docinclude"] }
default = tokio-runtime

The tokio-runtime feature is set by default whenever wither is added without default-features = false somewhere in the dependency tree.

tokio-runtime default

Enables tokio-runtime of mongodb ^1

async-std-runtime

Enables async-std-runtime of mongodb ^1

docinclude

Used only for activating doc(include="...") on nightly.