# 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 = "bluez" version = "0.4.0" authors = ["Ibiyemi Abiodun "] exclude = ["example/*"] description = "Control Bluetooth on Linux." readme = "README.md" keywords = [ "bluetooth", "bluez", "linux", ] license = "MIT" repository = "https://github.com/laptou/bluez-rs" [[example]] name = "discover" [[example]] name = "list" [dependencies.bitvec] version = "1.0" [dependencies.bluez-sys] version = "0.4.0" [dependencies.bytes] version = "1.0" [dependencies.enumflags2] version = "0.7" [dependencies.enumflags2_derive] version = "0.7" [dependencies.futures] version = "0.3" [dependencies.libc] version = "0.2" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.0" features = [ "net", "io-util", ] [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.clap] version = "3.1.18" features = ["derive"] [dev-dependencies.tokio] version = "1.0" features = [ "macros", "rt", "rt-multi-thread", "io-std", "time", "sync", ]