bme680 0.3.0

A pure Rust implementation for the BME680 environmental 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 = "bme680"
version = "0.3.0"
authors = ["marcelbuesing <buesing.marcel@googlemail.com>"]
description = "A pure Rust implementation for the BME680 environmental sensor."
documentation = "https://docs.rs/bme680"
license = "MIT"
repository = "https://github.com/marcelbuesing/bme680-hal"
[dependencies.bitflags]
version = "1.0"

[dependencies.embedded-hal]
version = "0.2"

[dependencies.log]
version = "0.4"
[dev-dependencies.env_logger]
version = "0.5"

[dev-dependencies.i2cdev]
version = "0.3"

[dev-dependencies.linux-embedded-hal]
version = "0.2"