[package] name = "libftd2xx-ffi" version = "0.8.6" description = "Rust FFI bindings to the FTDI D2XX drivers." keywords = ["ftdi", "ffi", "usb"] categories = ["external-ffi-bindings"] authors = ["Alex Martens "] edition = "2021" readme = "README.md" build = "build.rs" repository = "https://github.com/ftdi-rs/libftd2xx-ffi" documentation = "https://docs.rs/libftd2xx-ffi" license-file = "LICENSE" links = "ftd2xx" exclude = [ "vendor/**/*.dll", "vendor/**/*.o", "vendor/**/*.so.1.4.8", "vendor/**/examples", "vendor/linux/**/libusb", ] [dependencies] cfg-if = "^1.0.0" [build-dependencies] bindgen = { version = "~0.63.0", optional = true } [dev-dependencies] version-sync = "~0.9.2" [features] static = []