# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "bosch-bme680" version = "1.0.3" authors = ["Jakob Lachermeier"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A pure rust implementation for the BME680 environmental sensor" readme = "README.md" keywords = [ "driver", "bme680", "sensor", "no_std", ] categories = [ "embedded", "no-std", ] license = "MIT" repository = "https://github.com/JakobLachermeier/bosch-bme680" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "bosch_bme680" path = "src/lib.rs" [dependencies.bitfield] version = "0.16" [dependencies.embedded-hal] version = "1.0.0" [dependencies.embedded-hal-async] version = "1.0.0" optional = true [dependencies.log] version = "0.4" [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.embedded-hal-mock] version = "0.11" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.test-log] version = "0.2"