# 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 = "usbhidusage" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A general purpose library for working with usb Human Interface Device Descriptors from the HID Usage Tables for Universal Serial Bus (USB) v1.5" readme = "README.md" keywords = [ "hid", "usb", "usage", "table", "hidusbtable", ] categories = [ "visualization", "development-tools", "encoding", ] license = "MIT" repository = "https://github.com/Cry-Tokyo/usbhidusage" [lib] name = "usbhidusage" path = "src/lib.rs" [[test]] name = "keyboard" path = "tests/keyboard.rs" [dependencies] [dev-dependencies.pcap] version = "2.2.0" [dev-dependencies.pnet] version = "0.35.0" [features] no_std = []