hidraw 0.0.6

Rust hidraw library.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "hidraw"
version = "0.0.6"
dependencies = [
 "hidraw-sys",
 "libc",
 "paste",
]

[[package]]
name = "hidraw-sys"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eed6ba9e9b379314e62a1f90450a3b3caf9bbb49d300efde90f4f3c681477529"
dependencies = [
 "ioctl-macro",
]

[[package]]
name = "ioctl-macro"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdec1ce449a021ee01e0130978324dd6015c3ea63f6e1371883b43fbba527d21"

[[package]]
name = "libc"
version = "0.2.140"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"

[[package]]
name = "paste"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"