# 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 = "2021" name = "gopro-controller" version = "0.10.5" authors = ["roomtin "] description = "Open source Rust Library for interacting with GoPro Cameras over BLE and WiFi" readme = "README.md" keywords = [ "gopro", "camera", "bluetooth", "hero", ] categories = [ "api-bindings", "multimedia", "embedded", ] license-file = "LICENSE" repository = "https://github.com/roomtin/gopro-controller" [dependencies.btleplug] version = "0.11.1" [dependencies.futures] version = "0.3.29" [dependencies.tokio] version = "1.33.0" features = ["full"] [dependencies.uuid] version = "1.5.0" [features] default = ["settings"] query = [] settings = [] wifi = ["query"]