Cargo Features
[dependencies]
mco-http-rustls = { version = "0.1.5", default-features = false, features = ["runtime_thread", "runtime_mco"] }
- default = runtime_mco
-
The
runtime_mco
feature is set by default whenevermco-http-rustls
is added without
somewhere in the dependency tree.default-features = false - runtime_thread
-
Enables runtime_thread and serde_json of mco-http
- runtime_mco default
-
Enables runtime_mco and serde_json of mco-http
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.