Cargo Features
[dependencies]
zeromq = { version = "0.4.1", 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
is added without
somewhere in the dependency tree.default-features = false - 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.