version = 3
[[package]]
name = "hidraw"
version = "0.0.4"
dependencies = [
"hidraw-sys",
"libc",
"paste",
]
[[package]]
name = "hidraw-sys"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a65a9cb600116da467c032e2d6ebe684c636760d3a47e3abb34030822306059"
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"