[package] version = "0.1.3" name = "bluetooth-sys" description = "Unsafe bindings to Linux's C bluetooth API" readme = "README.md" repository = "https://github.com/skreborn/bluetooth-sys/" license = "MIT" keywords = [ "bluetooth", "hci" ] categories = [ "external-ffi-bindings", "network-programming", "os::unix-apis" ] authors = [ "Levente Morva " ] edition = "2018" links = "bluetooth" [build-dependencies] bindgen = "0.69"