# 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 = "bluster" version = "0.2.0" authors = ["Dylan Frankland "] description = "A Rust crate for implementing BLE (Bluetooth Low Energy) peripherals" homepage = "https://github.com/dfrankland/bluster" readme = "README.md" keywords = [ "BLE", "Bluetooth", "Bluez", "CoreBluetooth", "USB", ] categories = [ "os", "api-bindings", "hardware-support", ] license = "MIT" repository = "https://github.com/dfrankland/bluster" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.tokio] version = "1.0" features = [ "macros", "rt", ] [dependencies.uuid] version = "0.8.1" [dev-dependencies.pretty_env_logger] version = "0.2" [target."cfg(any(target_os = \"linux\", target_os = \"android\"))".dependencies.dbus] version = "^0.9.0" [target."cfg(any(target_os = \"linux\", target_os = \"android\"))".dependencies.dbus-crossroads] version = "^0.3.0" [target."cfg(any(target_os = \"linux\", target_os = \"android\"))".dependencies.dbus-tokio] version = "^0.7.0" [target."cfg(any(target_os = \"linux\", target_os = \"android\"))".dependencies.dbus-tree] version = "^0.9.1" [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.objc] version = "0.2.7" [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.objc-foundation] version = "0.1.1" [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.objc_id] version = "0.1.1"