# 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 = "rusb-async" version = "0.0.1-alpha" authors = [ "Ilya Averyanov ", "Ryan Butler ", "Kevin Mehall ", ] description = "Rust library for accessing USB devices." homepage = "https://github.com/a1ien/rusb" keywords = [ "usb", "libusb", "async", ] license = "MIT" repository = "https://github.com/a1ien/rusb.git" resolver = "1" [dependencies.libc] version = "0.2" [dependencies.rusb] version = "0.9.1" [features] vendored = ["rusb/vendored"]