# 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] edition = "2018" name = "bme680" version = "0.6.0" authors = ["marcelbuesing "] 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.2" [dependencies.embedded-hal] version = "0.2" [dependencies.log] version = "0.4" [dev-dependencies.env_logger] version = "0.8" [dev-dependencies.futures] version = "0.3" [dev-dependencies.i2cdev] version = "0.4" [dev-dependencies.influx_db_client] version = "0.5" features = ["rustls-tls"] default-features = false [dev-dependencies.tokio] version = "1.5" features = ["full"] [dev-dependencies.url] version = "2.1" [target."cfg(target_os = \"linux\")".dev-dependencies.linux-embedded-hal] version = "0.3" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] branch = "master" repository = "https://github.com/marcelbuesing/bme680-hal"