# 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 = "libftd3xx-ffi" version = "0.0.2" authors = ["David Rebbe "] build = "build.rs" links = "ftd3xx" exclude = [ "vendor/**/*.dll", "vendor/**/*.o", "vendor/**/*.so.*", "vendor/**/examples", "vendor/linux/**/libusb", ] description = "Rust FFI bindings to the FTDI d3xx drivers." documentation = "https://docs.rs/libftd3xx-ffi" readme = "README.md" keywords = [ "ftdi", "ffi", "usb", ] categories = ["external-ffi-bindings"] license-file = "LICENSE" [dependencies.cfg-if] version = "^1.0.0" [dev-dependencies.version-sync] version = "~0.9.2" [build-dependencies.bindgen] version = "~0.65.1" optional = true [features] hardware_tests = [] static = []