# 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 = "hpm_isp" version = "0.4.0" authors = ["tfx2001 "] description = "ISP tool for HPMicro MCUs." license = "MIT" repository = "https://github.com/tfx2001/hpm_isp" [dependencies.clap] version = "3.1" features = [ "color", "derive", ] [dependencies.dialoguer] version = "0.10" [dependencies.hidapi] version = "2.4" [dependencies.hpm-rt] version = "0.1" [dependencies.indicatif] version = "0.17" [dependencies.num_enum] version = "0.7" [dependencies.strum] version = "0.25" features = ["derive"] [dependencies.zerocopy] version = "0.7" features = ["derive"]