# 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 = "2018" name = "libftdi1-sys" version = "1.1.3" authors = ["Denis Lisov "] build = "build.rs" links = "ftdi1" exclude = [".github"] description = "FFI bindings for libftdi1" homepage = "https://github.com/tanriol/libftdi1-sys" documentation = "https://docs.rs/libftdi1-sys/" readme = "README.md" keywords = [ "bindings", "hardware", "ftdi", "libftdi1", ] categories = [ "external-ffi-bindings", "hardware-support", ] license = "MIT" repository = "https://github.com/tanriol/libftdi1-sys" [dependencies.cfg-if] version = "1.0" [dependencies.libc] version = "0.2" [dependencies.libftdi1-source-lgpl] version = "=1.5.0" optional = true [dependencies.libusb1-sys] version = ">=0.3.7, <0.7" optional = true [build-dependencies.bindgen] version = "0.65.1" optional = true [build-dependencies.cc] version = "1.0.52" optional = true [build-dependencies.cfg-if] version = "1.0" [features] default = [] vendored = [ "libftdi1-source-lgpl", "cc", ] [target."cfg(all(windows, target_env=\"msvc\"))".build-dependencies.vcpkg] version = "0.2" [target."cfg(not(all(windows, target_env=\"msvc\")))".build-dependencies.pkg-config] version = "0.3.7"