# 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" rust-version = "1.58.0" name = "d3xx" version = "0.0.3" authors = ["Mitchell Matsumori-Kelly"] description = "Rust bindings for the FTDI D3XX library" readme = "README.md" keywords = [ "ftdi", "d3xx", "usb", "ft60x", ] categories = [ "api-bindings", "hardware-support", ] license = "MIT" repository = "https://github.com/mtmk-ee/d3xx" [dependencies.libftd3xx-ffi] version = "0.0.2" features = [] [dependencies.num_enum] version = "0.7.0" [dependencies.thiserror] version = "1.0.49" [dependencies.widestring] version = "1.0.2" [features] config = [] default = [] static = ["libftd3xx-ffi/static"]