# 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 = "blues" version = "0.1.0" description = "Rust bindings to BlueZ (via zbus)" readme = "README.md" keywords = [ "dbus", "bluetooth", "gatt", "ble", ] categories = [ "api-bindings", "os::linux-apis", "asynchronous", ] license = "0BSD" repository = "https://github.com/SludgePhD/Blues" [dependencies.futures-util] version = "0.3.28" [dependencies.log] version = "0.4.19" [dependencies.zbus] version = "3.14.1" default-features = false [dev-dependencies.bitflags] version = "2.3.3" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.pollster] version = "0.3.0" features = ["macro"] [features] default = ["zbus/async-io"] tokio = ["zbus/tokio"]