usbd-human-interface-device 0.6.1

Batteries included embedded USB HID library for usb-device. Includes concrete Keyboard (boot and NKRO), Mouse, Joystick and Consumer Control implementations as well as support for building your own HID classes.
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 = "2021"
name = "usbd-human-interface-device"
version = "0.6.1"
authors = ["DLKJ"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Batteries included embedded USB HID library for usb-device. Includes concrete Keyboard (boot and NKRO), Mouse, Joystick and Consumer Control implementations as well as support for building your own HID classes."
homepage = "https://github.com/dlkj/usbd-human-interface-device"
documentation = "https://docs.rs/usbd-human-interface-device"
readme = "README.md"
keywords = [
    "hid",
    "usb-device",
    "usb",
    "keyboard",
    "mouse",
]
categories = [
    "no-std",
    "embedded",
]
license = "MIT"
repository = "https://github.com/dlkj/usbd-human-interface-device"

[features]
defmt = [
    "dep:defmt",
    "usb-device/defmt",
]

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

[dependencies.defmt]
version = "1.0"
optional = true

[dependencies.frunk]
version = "0.5"
default-features = false

[dependencies.fugit]
version = "0.3"

[dependencies.heapless]
version = "0.8"

[dependencies.log]
version = "0.4"
optional = true

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

[dependencies.option-block]
version = "0.6"

[dependencies.packed_struct]
version = "0.10"
default-features = false

[dependencies.usb-device]
version = "0.3"

[dev-dependencies.env_logger]
version = "0.11"