# 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" rust-version = "1.60" name = "yusb" version = "0.1.2" authors = [ "Frank Pagliughi ", "Ilya Averyanov ", "David Cuddeback ", ] build = "build.rs" description = "Rust library for accessing USB devices." homepage = "https://github.com/fpagliughi/yusb" readme = "README.md" keywords = [ "usb", "libusb", "hardware", ] license = "MIT" repository = "https://github.com/fpagliughi/yusb.git" [dependencies.libc] version = "0.2" [dependencies.libusb1-sys] version = "0.6" [dependencies.once_cell] version = "1.18" [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"]