# 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 = "hid-feature" version = "0.1.0" description = "HID Feature Report modification utility" homepage = "https://github.com/hidutils" readme = "README.md" license = "MIT" repository = "https://github.com/hidutils/hid-feature" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.hidraw] version = "0.0.7" features = ["unsafe_reports"] [dependencies.hidreport] version = "0.3.0" [dependencies.hut] version = "0.2.0" [dependencies.owo-colors] version = "4.0.0" features = ["supports-colors"]