# 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" rust-version = "1.65" name = "sinowealth-kb-tool" version = "0.1.1" description = """ A utility for reading and writing flash contents on Sinowealth 8051-based HID devices through the commonly found ISP bootloader """ readme = "README.md" license = "MIT" repository = "https://github.com/carlossless/sinowealth-kb-tool" [dependencies.clap] version = "4.1" [dependencies.clap-num] version = "1.0" [dependencies.hidapi] version = "2.4" features = ["linux-static-libusb"] default-features = false [dependencies.ihex] version = "3.0" [dependencies.log] version = "0.4" features = ["max_level_debug"] [dependencies.md5] version = "0.7" [dependencies.phf] version = "0.11" features = ["macros"] [dependencies.simple_logger] version = "4.3" features = [ "stderr", "colors", ] default-features = false [dependencies.thiserror] version = "1.0"