Cargo Features

[dependencies]
mco-http = { version = "0.1.32", default-features = false, features = ["runtime_thread", "runtime_mco", "nightly", "serde_json"] }
default = runtime_mco, serde_json

These default features are set whenever mco-http is added without default-features = false somewhere in the dependency tree.

runtime_thread = dark-std
runtime_mco default = mco
nightly

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 runtime_mco

Affects runtime::TcpListener, runtime::TcpStream, runtime::Receiver, runtime::Sender, runtime::JoinHandle, runtime::Mutex, runtime::MutexGuard, runtime::SyncBtreeMap, runtime::SyncHashMap, runtime::SyncVec, runtime::chan, runtime::sleep, runtime::spawn

serde_json default
dark-std runtime_thread?

Enables dark-std

only runtime_thread