cwiid 0.1.13

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 = 3

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

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

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

[[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.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
 "autocfg",
]