# 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 = "ch57x-keyboard-tool" version = "1.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Command-line tool for programming ch57x keyboard" homepage = "https://github.com/kriomant/ch57x-keyboard-tool" documentation = "https://docs.rs/crate/ch57x-keyboard-tool" readme = "README.md" keywords = [ "keyboard", "keypad", "firmware", "ch57x", ] categories = [ "command-line-utilities", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kriomant/ch57x-keyboard-tool.git" [[bin]] name = "ch57x-keyboard-tool" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.enumset] version = "1.0" [dependencies.env_logger] version = "0.10" [dependencies.indoc] version = "1.0" [dependencies.itertools] version = "0.10" [dependencies.log] version = "0.4" [dependencies.nom] version = "7.1" [dependencies.rusb] version = "0.9" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_with] version = "2.2" [dependencies.serde_yaml] version = "0.9" [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24"