hid-decode 0.2.0

HID report descriptor decoding utilities
Documentation
# 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 = "2024"
rust-version = "1.94.0"
name = "hid-decode"
version = "0.2.0"
authors = ["Eric Seppanen <eds@reric.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HID report descriptor decoding utilities"
readme = "README.md"
keywords = [
    "usb",
    "hid",
    "descriptor",
]
categories = [
    "embedded",
    "parsing",
]
license = "MIT"
repository = "https://codeberg.org/ericseppanen/usb-hid-utils"

[lib]
name = "hid_decode"
path = "src/lib.rs"

[[example]]
name = "hid-decode"
path = "examples/hid-decode.rs"

[[test]]
name = "docs-examples"
path = "tests/docs-examples.rs"

[[test]]
name = "test-corpus"
path = "tests/test-corpus.rs"

[dependencies.hid-types]
version = "0.1.1"

[dependencies.thiserror]
version = "2.0.20"

[dependencies.tinyvec]
version = "1.12.0"
features = ["alloc"]

[dev-dependencies.clap]
version = "4.6.6"
features = [
    "std",
    "derive",
    "help",
]
default-features = false

[dev-dependencies.insta]
version = "1.48.0"