# 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] name = "hidapi-rusb" version = "1.3.3" authors = [ "joshieDo ", "Roland Ruckerbauer ", "Osspial ", "Artyom Pavlov ", "mberndt123", "niklasad1", ] build = "build.rs" links = "hidapi-rusb" description = "Rust-y wrapper around hidapi with rusb backend." documentation = "https://docs.rs/hidapi-rusb" readme = "README.md" keywords = [ "hid", "api", "usb", "binding", "wrapper", ] license = "MIT" repository = "https://github.com/joshieDo/hidapi-rs" [dependencies.libc] version = "0.2" [dependencies.rusb] version = "0.9" optional = true [build-dependencies.cc] version = "1.0" [build-dependencies.pkg-config] version = "0.3" [features] default = ["linux-static-rusb"] illumos-shared-libusb = [] illumos-static-libusb = [] linux-shared-hidraw = [] linux-shared-libusb = [] linux-static-hidraw = [] linux-static-libusb = [] linux-static-rusb = ["rusb"]