# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "libftd2xx-ffi" version = "0.8.6" authors = ["Alex Martens "] build = "build.rs" links = "ftd2xx" exclude = [ "vendor/**/*.dll", "vendor/**/*.o", "vendor/**/*.so.1.4.8", "vendor/**/examples", "vendor/linux/**/libusb", ] description = "Rust FFI bindings to the FTDI D2XX drivers." documentation = "https://docs.rs/libftd2xx-ffi" readme = "README.md" keywords = [ "ftdi", "ffi", "usb", ] categories = ["external-ffi-bindings"] license-file = "LICENSE" repository = "https://github.com/ftdi-rs/libftd2xx-ffi" [dependencies.cfg-if] version = "^1.0.0" [dev-dependencies.version-sync] version = "~0.9.2" [build-dependencies.bindgen] version = "~0.63.0" optional = true [features] static = []