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

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.

mco-http runtime_mco runtime_thread?