Cargo Features
[dependencies]
blackmagic-camera-control = { version = "0.2.2", default-features = false, features = ["ble", "cec"] }
- default = ble, cec
-
These default features are set whenever
blackmagic-camera-control
is added without
somewhere in the dependency tree.default-features = false - ble default = btleplug, tokio
-
Affects
blackmagic-camera-control::blecamera
… - cec default = cec-rs
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.
- btleplug ble
-
Enables btleplug ^0.10.3
BLE Camera
- tokio ble
- cec-rs cec
-
Enables cec-rs ^6.0.0
CEC Camera