# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "blackmagic-camera-control" version = "0.2.2" authors = ["coral "] build = "build/main.rs" description = "Interface with your Blackmagic camera over Bluetooth Low Energy in Rust" readme = "README.md" keywords = [ "blackmagic", "cinema", "camera", "bluetooth", "control", ] categories = [ "multimedia::video", "parsing", ] license = "MIT" repository = "https://github.com/coral/blackmagic-camera-control" [lib] name = "blackmagic_camera_control" path = "src/lib.rs" [dependencies.btleplug] version = "0.10.3" optional = true [dependencies.cec-rs] version = "6.0.0" optional = true [dependencies.fixed] version = "1.9.0" features = ["num-traits"] [dependencies.futures] version = "0.3.16" [dependencies.num-traits] version = "0.2.14" [dependencies.thiserror] version = "1.0.26" [dependencies.tokio] version = "1.10.0" features = ["macros"] optional = true [dependencies.uuid] version = "1.2.1" features = [ "serde", "v5", ] [dev-dependencies.tokio] version = "1.10.0" features = ["full"] [build-dependencies.codegen] version = "0.2.0" [build-dependencies.convert_case] version = "0.6.0" [build-dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.serde_json] version = "1.0" [build-dependencies.uuid] version = "1.2.1" features = [ "serde", "v5", ] [features] ble = [ "tokio", "btleplug", ] cec = ["cec-rs"] default = [ "ble", "cec", ]