Cargo Features
[dependencies]
cogo-http = { version = "0.1.13", default-features = false, features = ["runtime_thread", "runtime_cogo", "nightly", "serde_json"] }
- default = runtime_cogo, serde_json
-
These default features are set whenever
cogo-http
is added without
somewhere in the dependency tree.default-features = false - runtime_thread = dashmap
- runtime_cogo default = cogo
- 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.
- cogo runtime_cogo
-
Affects
runtime::TcpListener
,runtime::TcpStream
,runtime::Receiver
,runtime::Sender
,runtime::JoinHandle
,runtime::Mutex
,runtime::SyncBtreeMap
,runtime::SyncHashMap
,runtime::chan
,runtime::sleep
,runtime::spawn
,runtime::spawn_stack_size
… - serde_json default
- dashmap runtime_thread?
-
Enables dashmap ^4.0.2
only runtime_thread