cwiid 0.1.15

Rust library for cwiid (Wii remote "Wiimote") based on libcwiid-sys bindings
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "autocfg"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"

[[package]]
name = "cwiid"
version = "0.1.15"
dependencies = [
 "lazy_static",
 "libcwiid-sys",
 "num-traits",
]

[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"

[[package]]
name = "libcwiid-sys"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ac8c7c6dc7d31a61e271d39d8ca1e8e0408ec7be183aaffa1e7fea437ac89d5"

[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
 "autocfg",
]