# 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 = "usb-compat-01-sys" version = "0.2.6" authors = ["Alexander Sagen "] build = "build.rs" links = "usb-0.1" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for libusb-compat-0.1" readme = "README.md" license = "MIT" repository = "https://github.com/alexrsagen/rs-usb-compat-01-sys" [lib] name = "usb_compat_01_sys" crate-type = [ "rlib", "staticlib", ] path = "src/lib.rs" [[example]] name = "lsusb" path = "examples/lsusb.rs" [dependencies.libusb1-sys] version = "0.5" features = ["vendored"] [build-dependencies.bindgen] version = "0.65" [build-dependencies.cc] version = "1.0" [build-dependencies.pkg-config] version = "0.3" [features] default = [] logging = []