[package] name = "hciraw" version = "1.0.1" authors = ["Konrad ZapaƂowicz "] edition = "2018" description = "The interface to HCI Raw Sockets" keywords = ["hci", "raw", "socket", "bluetooth"] categories = ["network-programming", "os::unix-apis", "external-ffi-bindings"] license = "MIT" readme = "README.md" repository = "https://gitlab.com/kzapalowicz/hciraw" exclude = [ "cargo", ] [dependencies] libc = "0.2" fd = "0.2"