riimote 0.1.0

Rust Wiimote library
Documentation
[package]
name = "riimote"
description = "Rust Wiimote library"
version = "0.1.0"
authors = ["EthanYidong <ethanyidong@gmail.com>"]
edition = "2018"
license = "MIT"
repository = "https://github.com/EthanYidong/riimote"
exclude = ["examples/media/*"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
hidapi = { version = "1.2", default-features = false, features = ["linux-static-hidraw"] }
bitflags = "1.2"

tokio = { version = "1.0", features = ["time"] }
futures = "0.3"
bluez-async = "0.2"

tracing = "0.1"

[dev-dependencies]
tokio = { version = "1.0", features = ["full"] }
rand = "0.8"

tracing-subscriber = "0.2"

anyhow = "1.0"