Cargo Features

[dependencies]
zeromq-2sat = { version = "0.4.0", default-features = false, features = ["tokio-runtime", "async-std-runtime", "async-dispatcher-runtime", "async-dispatcher-macros", "all-transport", "tcp-transport"] }
default = all-transport, tokio-runtime

These default features are set whenever zeromq-2sat is added without default-features = false somewhere in the dependency tree.

tokio-runtime default = tokio, tokio-util
async-std-runtime = async-std
async-dispatcher-runtime = async-dispatcher, async-std
async-dispatcher-macros

Enables macros of async-dispatcher

all-transport default = ipc-transport, tcp-transport
ipc-transport tcp-transport all-transport

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.

async-dispatcher async-dispatcher-macros? async-dispatcher-runtime?
tokio tokio-runtime
tokio-util tokio-runtime
async-std async-dispatcher-runtime? async-std-runtime?