hidapi 2.3.1

Rust-y wrapper around hidapi
Documentation
[build-dependencies.cc]
version = "1.0"

[build-dependencies.pkg-config]
version = "0.3"
[dependencies.libc]
version = "0.2"

[features]
default = ["linux-static-hidraw", "illumos-static-libusb"]
illumos-shared-libusb = []
illumos-static-libusb = []
linux-native = ["dep:udev", "dep:nix"]
linux-shared-hidraw = []
linux-shared-libusb = []
linux-static-hidraw = []
linux-static-libusb = []
macos-shared-device = []

[package]
authors = ["Roland Ruckerbauer <roland.rucky@gmail.com>", "Osspial <osspial@gmail.com>", "Artyom Pavlov <newpavlov@gmail.com>", "mberndt123", "niklasad1", "Stefan Kerkmann"]
build = "build.rs"
description = "Rust-y wrapper around hidapi"
documentation = "https://docs.rs/hidapi"
edition = "2021"
keywords = ["hid", "api", "usb", "binding", "wrapper"]
license = "MIT"
links = "hidapi"
name = "hidapi"
readme = "README.md"
repository = "https://github.com/ruabmbua/hidapi-rs"
version = "2.3.1"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(target_os = \"linux\")".dependencies.nix]
optional = true
version = "0.26"

[target."cfg(target_os = \"linux\")".dependencies.udev]
optional = true
version = "0.7"
[target."cfg(windows)".dependencies.winapi]
version = "0.3.9"