blackmagic-camera-control 0.2.2

Interface with your Blackmagic camera over Bluetooth Low Energy in Rust
Documentation
[build-dependencies.codegen]
version = "0.2.0"

[build-dependencies.convert_case]
version = "0.6.0"

[build-dependencies.serde]
features = ["derive"]
version = "1.0"

[build-dependencies.serde_json]
version = "1.0"

[build-dependencies.uuid]
features = ["serde", "v5"]
version = "1.2.1"

[dependencies.btleplug]
optional = true
version = "0.10.3"

[dependencies.cec-rs]
optional = true
version = "6.0.0"

[dependencies.fixed]
features = ["num-traits"]
version = "1.9.0"

[dependencies.futures]
version = "0.3.16"

[dependencies.num-traits]
version = "0.2.14"

[dependencies.thiserror]
version = "1.0.26"

[dependencies.tokio]
features = ["macros"]
optional = true
version = "1.10.0"

[dependencies.uuid]
features = ["serde", "v5"]
version = "1.2.1"

[dev-dependencies.tokio]
features = ["full"]
version = "1.10.0"

[features]
ble = ["tokio", "btleplug"]
cec = ["cec-rs"]
default = ["ble", "cec"]

[lib]
name = "blackmagic_camera_control"
path = "src/lib.rs"

[package]
authors = ["coral <jonas@jonasbengtson.se>"]
build = "build/main.rs"
categories = ["multimedia::video", "parsing"]
description = "Interface with your Blackmagic camera over Bluetooth Low Energy in Rust"
edition = "2018"
keywords = ["blackmagic", "cinema", "camera", "bluetooth", "control"]
license = "MIT"
name = "blackmagic-camera-control"
readme = "README.md"
repository = "https://github.com/coral/blackmagic-camera-control"
version = "0.2.2"