# 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 = "hid-api-rs" version = "3.0.1" authors = ["Etho"] description = "Hardware proxy for injecting & intercepting keyboard/mouse inputs" readme = "README.md" keywords = [ "hid", "linux", "usb", "mouse", "keyboard", ] categories = [ "api-bindings", "hardware-support", "development-tools", ] license = "GPL-2.0-or-later" repository = "https://github.com/StrateimTech/hid-api-rs" [lib] name = "hid_api_rs" path = "src/lib.rs" [[bin]] name = "hid_api_example" path = "src/example/bin-generic.rs" [[bin]] name = "hid_api_example_mouse" path = "src/example/bin-mouse.rs" [[bin]] name = "hid_api_example_injection" path = "src/example/bin-injection.rs" [dependencies.bitvec] version = "1.0.1" [dependencies.num_enum] version = "0.7.2" [dependencies.once_cell] version = "1.18.0" [dependencies.strum] version = "0.25.0" [dependencies.strum_macros] version = "0.25.3"