[package] edition = "2018" name = "bluetooth-hci" version = "0.1.0" authors = ["Daniel Gallagher "] categories = ["embedded", "hardware-support", "no-std"] description = "Implementation of the Bluetooth HCI" keywords = ["ble", "bluetooth"] license = "MIT/Apache-2.0" repository = "https://github.com/danielgallagher0/bluetooth-hci" readme = "README.md" [dependencies] nb = "0.1.2" bitflags = "1.2" [dependencies.byteorder] version = "1" default-features = false [features] default = ["version-4-1"] version-4-1 = [] version-4-2 = [] version-5-0 = []