Cargo Features
ktrl has no features set by default.
[dependencies]
ktrl = { version = "0.1.8", features = ["sound", "ipc", "notify"] }
- sound = enum-iterator, rodio
-
Affects
ktrl::Ktrl.dj
… - ipc = zmq
- notify = 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.
- zmq ipc? notify?
-
Enables zmq ^0.9.2
- rodio sound?
-
Enables rodio ^0.11.0
- enum-iterator sound?
-
Enables enum-iterator ^0.6.0