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