si7021 0.1.0

I2C driver for the Si7021 hygrometer and thermometer
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 = "si7021"
version = "0.1.0"
authors = ["Klemens Schölhorn <klemens@schoelhorn.eu>"]
description = "I2C driver for the Si7021 hygrometer and thermometer"
documentation = "https://docs.rs/si7021"
readme = "README.md"
categories = ["embedded", "hardware-support"]
license = "Apache-2.0/MIT"
repository = "https://github.com/klemens/si7021-rs"
[dependencies.byteorder]
version = "1"

[dependencies.i2cdev]
version = "0.3.2"

[dependencies.i2csensors]
version = "0.1.3"