hf2 0.3.1

Microsoft HID Flashing Library for UF2 Bootloaders
Documentation
[dependencies.crc-any]
default-features = false
optional = true
version = "2.2.3"

[dependencies.goblin]
optional = true
version = "0.2.3"

[dependencies.hidapi]
optional = true
version = "1.2.1"

[dependencies.log]
version = "0.4.6"

[dependencies.maplit]
optional = true
version = "1.0.2"

[dependencies.scroll]
version = "0.10.0"

[features]
default = ["hidapi", "utils"]
utils = ["maplit", "goblin", "crc-any"]

[package]
authors = ["Jacob Rosenthal <@jacobrosenthal>"]
description = "Microsoft HID Flashing Library for UF2 Bootloaders"
edition = "2018"
keywords = ["uf2", "makecode", "adafruit", "hid", "flash"]
license = "MIT/Apache-2.0"
name = "hf2"
readme = "readme.md"
repository = "https://github.com/jacobrosenthal/hf2-rs"
version = "0.3.1"