# 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" version = "0.3.3" authors = ["Jacob Rosenthal <@jacobrosenthal>"] description = "Microsoft HID Flashing Library for UF2 Bootloaders" readme = "readme.md" keywords = ["uf2", "makecode", "adafruit", "hid", "flash"] license = "MIT/Apache-2.0" repository = "https://github.com/jacobrosenthal/hf2-rs" [dependencies.crc-any] version = "2.2.3" optional = true default-features = false [dependencies.goblin] version = "0.2.3" optional = true [dependencies.hidapi] version = "1.2.1" optional = true [dependencies.log] version = "0.4.6" [dependencies.maplit] version = "1.0.2" optional = true [dependencies.scroll] version = "0.10.0" [features] default = ["hidapi", "utils"] utils = ["maplit", "goblin", "crc-any"]