# 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 = "cargo-dfu" version = "0.1.2" authors = ["Roman Kretschmer "] description = "cargo extension for flashing embedded rust programs via dfu" homepage = "https://github.com/dfu-rs/cargo-dfu" readme = "Readme.md" keywords = [ "dfu", "flashing", "embedded", ] categories = [ "embedded", "hardware-support", ] license = "MIT" repository = "https://github.com/dfu-rs/cargo-dfu.git" [dependencies.cargo-project] version = "0.2.7" [dependencies.clap] version = "3.0.10" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.dfu-libusb] version = "0.3.0" [dependencies.goblin] version = "0.2.3" [dependencies.log] version = "0.4.6" [dependencies.maplit] version = "1.0.2" [dependencies.pretty_env_logger] version = "0.3.0" [dependencies.rusb] version = "0.9.0"