hidapi 2.6.3

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

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

[dependencies.cfg-if]
version = "1"

[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 = []
windows-native = ["windows-sys/Win32_Devices_DeviceAndDriverInstallation", "windows-sys/Win32_Devices_HumanInterfaceDevice", "windows-sys/Win32_Devices_Properties", "windows-sys/Win32_Security", "windows-sys/Win32_Storage_EnhancedStorage", "windows-sys/Win32_Storage_FileSystem", "windows-sys/Win32_System_IO", "windows-sys/Win32_System_Threading", "windows-sys/Win32_UI_Shell_PropertiesSystem"]

[lib]
name = "hidapi"
path = "src/lib.rs"

[package]
authors = ["Roland Ruckerbauer <mail@ruabmbua.dev>", "Osspial <osspial@gmail.com>", "Artyom Pavlov <newpavlov@gmail.com>", "mberndt123", "niklasad1", "Stefan Kerkmann"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Rust-y wrapper around hidapi"
documentation = "https://docs.rs/hidapi"
edition = "2021"
include = ["README.md", "LICENSE.txt", "build.rs", "/src", "/etc/hidapi/CMakeLists.txt", "/etc/hidapi/LICENSE*", "/etc/hidapi/VERSION", "/etc/hidapi/hidapi", "/etc/hidapi/libusb", "/etc/hidapi/src", "/etc/hidapi/udev", "/etc/hidapi/linux/CMakeLists.txt", "/etc/hidapi/linux/*.c", "/etc/hidapi/linux/*.h", "/etc/hidapi/mac/CMakeLists.txt", "/etc/hidapi/mac/*.c", "/etc/hidapi/mac/*.h", "/etc/hidapi/windows/CMakeLists.txt", "/etc/hidapi/windows/*.c", "/etc/hidapi/windows/*.h"]
keywords = ["hid", "api", "usb", "binding", "wrapper"]
license = "MIT"
links = "hidapi"
name = "hidapi"
readme = "README.md"
repository = "https://github.com/ruabmbua/hidapi-rs"
version = "2.6.3"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]

[target.'cfg(target_os = "linux")'.dependencies.nix]
features = ["fs", "ioctl", "poll"]
optional = true
version = "0.27"

[target.'cfg(target_os = "linux")'.dependencies.udev]
optional = true
version = "0.8"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation"]
version = "0.48"