# 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 = "rusb" version = "0.9.4" authors = [ "David Cuddeback ", "Ilya Averyanov ", ] build = "build.rs" description = "Rust library for accessing USB devices." homepage = "https://github.com/a1ien/rusb" readme = "README.md" keywords = [ "usb", "libusb", "hardware", "bindings", ] license = "MIT" repository = "https://github.com/a1ien/rusb.git" [dependencies.libc] version = "0.2" [dependencies.libusb1-sys] version = "0.7" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.regex] version = "1" [dev-dependencies.usb-ids] version = "1.2023.0" [features] vendored = ["libusb1-sys/vendored"] [badges.travis-ci] repository = "a1ien/rusb"