Cargo Features

Candela has no features set by default.

[dependencies]
candela = { version = "0.2.1", features = ["zmq-client"] }
zmq-client = mio, zmq

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.

mio zmq-client?

Enables mio ^0.7

zmq zmq-client?

Enables zmq ^0.9.2