[package] name = "rusb-async" version = "0.0.1-alpha" edition = "2021" authors = [ "Ilya Averyanov ", "Ryan Butler ", "Kevin Mehall " ] description = "Rust library for accessing USB devices." license = "MIT" homepage = "https://github.com/a1ien/rusb" repository = "https://github.com/a1ien/rusb.git" keywords = ["usb", "libusb", "async"] [features] vendored = [ "rusb/vendored" ] [dependencies] rusb = { path = "..", version = "0.9.1" } libc = "0.2"