Cargo Features

market_types has no features set by default.

[dependencies]
market_types = { version = "0.1.0", features = ["std", "thread", "unstable-doc-cfg", "crossbeam-channel"] }
std thread?

Enables std of market

Affects market_types::channel_std, market_types::collections, market_types::io, market_types::process

thread = crossbeam-queue, std

Affects market_types::thread

unstable-doc-cfg

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.

crossbeam-channel implicit feature

Enables crossbeam-channel

crossbeam-channel:

Multi-producer multi-consumer channels for message passing

Affects market_types::channel_crossbeam

crossbeam-queue thread?

Affects market_types::queue_crossbeam