hid-types 0.1.1

Rust types for working with USB HID report descriptors
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-types"
version = "0.1.1"
authors = ["Eric Seppanen <eds@reric.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust types for working with USB HID report descriptors"
readme = "README.md"
keywords = [
    "usb",
    "hid",
    "descriptor",
]
categories = [
    "embedded",
    "no-std",
]
license = "MIT"
repository = "https://codeberg.org/ericseppanen/usb-hid-utils"

[features]
default = ["std"]
std = []

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

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

[dependencies.bitfield-struct]
version = "0.13.0"

[dependencies.num_enum]
version = "0.7.6"
default-features = false