# 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 = "dfu-nusb" version = "0.1.1" authors = ["Sjoerd Simons "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implementation of DFU using nusb and dfu-core" homepage = "https://github.com/dfu-rs/dfu-nusb" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/dfu-rs/dfu-nusb" [lib] name = "dfu_nusb" path = "src/lib.rs" [[example]] name = "download" path = "examples/download.rs" [dependencies.dfu-core] version = "0.7.0" features = ["async"] [dependencies.nusb] version = "0.1.10" [dependencies.thiserror] version = "2.0.1" [dev-dependencies.anyhow] version = "1.0.91" [dev-dependencies.clap] version = "4.5.20" features = ["derive"] [dev-dependencies.futures] version = "0.3.31" features = ["io-compat"] [dev-dependencies.indicatif] version = "0.17.8" features = ["tokio"] [dev-dependencies.tokio] version = "1.41.0" features = ["full"] [dev-dependencies.tokio-util] version = "0.7.12" features = ["compat"]