# 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 = "cargo-hf2" version = "0.3.3" authors = ["Jacob Rosenthal <@jacobrosenthal>"] description = "Cargo Subcommand for Microsoft HID Flashing Library for UF2 Bootloaders" readme = "readme.md" keywords = ["uf2", "hid", "flash", "cargo", "subcommand"] categories = ["command-line-utilities", "development-tools", "embedded"] license = "MIT/Apache-2.0" repository = "https://github.com/jacobrosenthal/hf2-rs" [dependencies.cargo-project] version = "0.2.4" [dependencies.colored] version = "2.0.0" [dependencies.hf2] version = "^0.3.0" [dependencies.hidapi] version = "1.2.1" [dependencies.log] version = "0.4.6" [dependencies.maplit] version = "1.0.2" [dependencies.pretty_env_logger] version = "0.3.0" [dependencies.structopt] version = "0.3.2"