version = 3
[[package]]
name = "cc"
version = "1.0.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c891175c3fb232128f48de6590095e59198bbeb8620c310be349bfc3afd12c7b"
[[package]]
name = "hid"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "526208586d017ea587be6f1c65f6d5491a60d15a6667da110ad2520662a265cb"
dependencies = [
"hidapi-sys",
"libc",
]
[[package]]
name = "hidapi-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd8a9410aec7ca9f4571ff40c7b1813a28503c2a664a028921fc973073dcd4bf"
dependencies = [
"cc",
"libc",
"pkg-config",
]
[[package]]
name = "libc"
version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "nitrocli"
version = "0.1.3"
dependencies = [
"cc",
"hid",
"hidapi-sys",
"libc",
"pkg-config",
]
[[package]]
name = "pkg-config"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"