flasher 0.1.1

Flash firmware onto Teensy 4.x microcontrollers via HalfKay bootloader
# 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 = "flasher"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Flash firmware onto Teensy 4.x microcontrollers via HalfKay bootloader"
readme = "README.md"
license = "MIT"
repository = "https://github.com/usinput/teensy4x-flasher"

[[bin]]
name = "flasher"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.hidapi]
version = "2"
features = ["linux-static-hidraw"]

[target."cfg(windows)".dependencies.hidapi]
version = "2"
features = ["windows-native"]