# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "rumble" version = "0.3.0" authors = ["Micah Wylde "] description = "A Rust Bluetooth Low Energy (BLE) central module\nlibrary, currently supporting Linux/Bluez\n" homepage = "https://github.com/mwylde/rumble" readme = "README.md" keywords = ["bluetooth", "BLE", "IOT", "bluez"] categories = ["network-programming", "hardware-support"] license = "MIT/Apache-2.0" repository = "https://github.com/mwylde/rumble" [dependencies.backtrace] version = "0.3.5" [dependencies.bitflags] version = "1.0.1" [dependencies.bytes] version = "0.4" [dependencies.enum_primitive] version = "0.1.1" [dependencies.failure] version = "0.1.1" [dependencies.failure_derive] version = "0.1.1" [dependencies.libc] version = "0.2.45" [dependencies.log] version = "0.3.8" [dependencies.nix] version = "0.12.0" [dependencies.nom] version = "^4.0" features = ["verbose-errors"] [dependencies.num] version = "0.1.41" [dev-dependencies.rand] version = "0.4.2"