# 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 = "eusb" version = "1.0.5" authors = ["zhour rui "] description = "Rust library for accessing USB devices." homepage = "https://github.com/ZR233/eusb" documentation = "https://docs.rs/eusb" readme = "README.md" keywords = [ "usb", "libusb", "hardware", "async", ] license = "MIT" repository = "https://github.com/ZR233/eusb" [dependencies.ctor] version = "0.2" [dependencies.futures] version = "0.3" [dependencies.libusb-src] version = "1.26" [dependencies.log] version = "0.4" [dependencies.pin-project] version = "1.1" [dependencies.thiserror] version = "1.0" [dependencies.thread-priority] version = "0.15" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.tokio] version = "1" features = ["full"]