# 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" version = "0.0.1" authors = ["David Rebbe "] description = "Rust safe wrapper around the libftd3xx-ffi crate." documentation = "https://docs.rs/libftd3xx" readme = "README.md" keywords = [ "ftdi", "usb", ] categories = [ "api-bindings", "hardware-support", ] license = "MIT" repository = "https://github.com/ftdi-rs/libftd3xx/" resolver = "1" [dependencies.libftd3xx-ffi] version = "~0.0.2" [features] static = ["libftd3xx-ffi/static"]