# 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 = "dfu-libusb" version = "0.5.3" authors = ["Cecile Tonglet "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implementation of DFU using libusb and dfu-core" homepage = "https://github.com/dfu-rs/dfu-libusb" documentation = "https://docs.rs/dfu-libusb" readme = "README.md" keywords = [ "dfu", "libusb", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dfu-rs/dfu-libusb" [lib] name = "dfu_libusb" path = "src/lib.rs" [[example]] name = "describe" path = "examples/describe.rs" [[example]] name = "download" path = "examples/download.rs" [dependencies.dfu-core] version = "0.7" features = ["std"] [dependencies.rusb] version = "0.9" [dependencies.thiserror] version = "1" [dev-dependencies.anyhow] version = "1" [dev-dependencies.clap] version = "3.2" features = ["derive"] [dev-dependencies.indicatif] version = "0.16" [dev-dependencies.simplelog] version = "0.12"