Cargo Features
[dependencies]
mobc-forked = { version = "0.7.4-alpha.4", default-features = false, features = ["unstable", "tokio", "async-std", "actix-rt"] }
- default = tokio, unstable
-
These default features are set whenever
mobc-forked
is added without
somewhere in the dependency tree.default-features = false - unstable default
-
Affects
mobc-forked::runtime
…
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
-
Affects
spawn::spawn_tokio
,spawn::get_current_dispatcher
… - async-std implicit feature
-
Enables async-std
async-std:
Async version of the Rust standard library
- actix-rt implicit feature
-
Enables actix-rt ^1
actix-rt:
Tokio-based single-threaded async runtime for the Actix ecosystem