# 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-hid-macros" version = "0.7.1" authors = ["twitchyliquid64"] description = "Internal crate: contains procedural macros for HID descriptors. Use the `usbd-hid` crate instead, these macros are re-exported there." keywords = [ "no-std", "usb-device", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" [lib] proc-macro = true [dependencies.byteorder] version = "~1.4" default-features = false [dependencies.hashbrown] version = "0.13" [dependencies.log] version = "0.4" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.serde] version = "1.0" default-features = false [dependencies.syn] version = "1.0" features = [ "extra-traits", "full", "visit", ] [dependencies.usbd-hid-descriptors] version = "0.7.1"