hidapi-async 0.1.0

Asynchronous bindings to hidapi
Documentation
[package]
name = "hidapi-async"
version = "0.1.0"
authors = ["Niklas Claesson <nicke.claesson@gmail.com>"]
edition = "2018"
license = "Apache-2.0"
description = "Asynchronous bindings to hidapi"
repository = "https://github.com/digitalbitbox/bitbox-bridge"

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

[dependencies]
futures = "0.3.1"
log = "0.4.8"
hidapi = "1.1.0"
async-std = "1.2.0"
thiserror = "1.0.9"