# 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 = "hidreport" version = "0.5.0" build = "build.rs" exclude = [ "/tests/data/*.hid.bin", "/tests/data/*.rdesc", ] autobins = false autoexamples = false autotests = false autobenches = false description = "HID Report Descriptor and HID Report parser" homepage = "https://github.com/hidutils" readme = "README.md" license = "MIT" repository = "https://github.com/hidutils/hut" [lib] name = "hidreport" path = "src/lib.rs" [[test]] name = "hid-descriptors" path = "tests/hid-descriptors.rs" [dependencies.hut] version = "0.3.0" optional = true [dependencies.thiserror] version = "1.0.58" [features] default = ["hut"] hut = ["dep:hut"]