# 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 = "xencelabs-quick-keys" version = "0.3.2" authors = ["Roberto Abdelkader Martínez Pérez "] description = "A rust library for interfacing with the XenceLabs Quick Keys" readme = "README.md" keywords = [ "xencelabs", "quick-keys", "hid", "api", "usb", ] license = "MIT" repository = "https://github.com/nilp0inter/xencelabs-quick-keys-rs" [dependencies.hidapi] version = "2.0.2" [dependencies.serde] version = "1.0.193" optional = true [dependencies.thiserror] version = "1.0.51" [features] serde = ["dep:serde"]