uhidrs-sys 1.0.4

FFI bindings to Linux UHID (user-space HID transport drivers)
Documentation
# 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]
name = "uhidrs-sys"
version = "1.0.4"
authors = [
    "Luke Jones <luke@ljones.dev>",
    "Daniel Stiner <danstiner@gmail.com>",
]
build = "build.rs"
include = [
    "src/*.rs",
    "wrapper.h",
    "build.rs",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings to Linux UHID (user-space HID transport drivers)"
documentation = "https://docs.rs/uhidrs-sys/"
readme = "README.md"
keywords = ["uhid"]
categories = ["external-ffi-bindings"]
license = "MIT"
repository = "https://github.com/flukejones/uhidrs-sys"

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

[dependencies]

[build-dependencies.bindgen]
version = "0.71.1"
default-features = false