bme680-rust/Cargo.toml
2020-04-05 20:59:17 +02:00

27 lines
758 B
TOML

[package]
authors = ["marcelbuesing <buesing.marcel@googlemail.com>"]
description = "A pure Rust implementation for the BME680 environmental sensor."
documentation = "https://docs.rs/bme680"
license = "MIT"
name = "bme680"
repository = "https://github.com/marcelbuesing/bme680-hal"
version = "0.5.0"
edition = "2018"
[badges]
travis-ci = { repository = "https://github.com/marcelbuesing/bme680-hal", branch = "master" }
maintenance = { status = "passively-maintained" }
[dependencies]
bitflags = "1.2"
embedded-hal = "0.2"
log = "0.4"
[dev-dependencies]
env_logger = "0.7"
futures = { version = "0.3", features = ["compat"] }
futures-timer = "3.0"
i2cdev = "0.4"
influent = "0.5"
linux-embedded-hal = "0.3"
tokio = {version = "0.2", features = ["full"] }