# 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.5.0" authors = ["DLKJ"] 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" [dependencies.defmt] version = "0.3" optional = true [dependencies.frunk] version = "0.4" 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.3" [dependencies.packed_struct] version = "0.10" default-features = false [dependencies.usb-device] version = "0.3" [dev-dependencies.env_logger] version = "0.11" [features] defmt = [ "dep:defmt", "usb-device/defmt", ]