# 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 = "hf2-cli" version = "0.3.3" authors = ["Jacob Rosenthal <@jacobrosenthal>"] description = "CLI for Microsoft HID Flashing Library for UF2 Bootloaders" readme = "readme.md" keywords = ["uf2", "makecode", "adafruit", "hid", "flash"] categories = ["command-line-utilities", "development-tools", "embedded"] license = "MIT/Apache-2.0" repository = "https://github.com/jacobrosenthal/hf2-rs" [[bin]] name = "hf2" path = "src/main.rs" [dependencies.crc-any] version = "2.2.3" default-features = false [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.4.0" [dependencies.structopt] version = "0.3.2"