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