usbrh 0.1.0

A small tool and library for the USBRH (USB-connected temperature and humidity sensor). The USBRH uses Sensirion SHT11 sensor.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "usbrh"
version = "0.1.0"
authors = ["yasuhara <yasuhara@gmail.com>"]
exclude = ["*.iml", "*.yml"]
description = "A small tool and library for the USBRH (USB-connected temperature and humidity sensor).\nThe USBRH uses Sensirion SHT11 sensor.\n"
documentation = "https://docs.rs/usbrh/"
readme = "README.md"
keywords = ["usb", "temperature", "humidity", "sensor", "SHT11"]
categories = ["command-line-utilities", "hardware-support"]
license = "MIT/Apache-2.0"
repository = "https://bitbucket.org/yshryk/usbrh-rs"

[lib]
name = "usbrh"
path = "src/lib.rs"

[[bin]]
name = "usbrh"
path = "src/bin.rs"
[dependencies.failure]
version = "0.1"

[dependencies.failure_derive]
version = "0.1"

[dependencies.libusb]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.simple_logger]
version = "0.5"

[dependencies.structopt]
version = "0.2"