bme680-rust/Cargo.toml
2018-12-18 19:28:10 +01:00

21 lines
494 B
TOML

[package]
name = "bme680"
version = "0.4.0"
authors = ["marcelbuesing <buesing.marcel@googlemail.com>"]
description = "A pure Rust implementation for the BME680 environmental sensor."
repository = "https://github.com/marcelbuesing/bme680-hal"
documentation = "https://docs.rs/bme680"
license = "MIT"
[dependencies]
bitflags = "1.0"
embedded-hal = "0.2"
log = "0.4"
[dev-dependencies]
env_logger = "0.6"
futures = "0.1"
i2cdev = "0.4"
influent = "0.5"
linux-embedded-hal = "0.2"
tokio = "0.1"