2018-04-11 19:40:48 +00:00
|
|
|
[package]
|
2018-05-25 20:38:24 +00:00
|
|
|
name = "bme680"
|
2018-06-06 17:30:10 +00:00
|
|
|
version = "0.3.1"
|
2018-04-11 19:40:48 +00:00
|
|
|
authors = ["marcelbuesing <buesing.marcel@googlemail.com>"]
|
2018-05-25 21:09:16 +00:00
|
|
|
description = "A pure Rust implementation for the BME680 environmental sensor."
|
2018-05-25 20:38:24 +00:00
|
|
|
repository = "https://github.com/marcelbuesing/bme680-hal"
|
2018-05-25 21:09:16 +00:00
|
|
|
documentation = "https://docs.rs/bme680"
|
|
|
|
license = "MIT"
|
2018-04-11 19:40:48 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2018-05-16 19:16:28 +00:00
|
|
|
bitflags = "1.0"
|
2018-05-18 12:57:34 +00:00
|
|
|
embedded-hal = "0.2"
|
2018-05-18 20:12:42 +00:00
|
|
|
log = "0.4"
|
2018-05-18 12:57:34 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2018-05-18 20:12:42 +00:00
|
|
|
env_logger = "0.5"
|
2018-05-18 12:57:34 +00:00
|
|
|
i2cdev = "0.3"
|
2018-06-01 13:02:01 +00:00
|
|
|
influent = "0.4"
|
2018-05-18 12:57:34 +00:00
|
|
|
linux-embedded-hal = "0.2"
|