# 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 = "2018" name = "bme280" version = "0.5.1" authors = ["Sean Bruton "] description = "A rust device driver for the Bosch BME280 temperature, humidity, and atmospheric pressure sensor and the Bosch BMP280 temperature, and atmospheric pressure sensor" readme = "README.md" keywords = [ "bme280", "bmp280", "temperature", "pressure", "humidity", ] categories = [ "embedded", "no-std", "hardware-support", "embedded-hal", ] license = "MIT OR Apache-2.0" repository = "https://github.com/VersBinarii/bme280-rs" [lib] name = "bme280" [[example]] name = "rtic" [dependencies.defmt] version = "0.3.5" optional = true [dependencies.derive_more] version = "0.99.17" optional = true [dependencies.embedded-hal] version = "1.0.0" [dependencies.embedded-hal-async] version = "1.0.0" optional = true [dependencies.maybe-async-cfg] version = "0.2.3" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [features] async = ["embedded-hal-async"] default = ["sync"] sync = [] with_defmt = ["defmt"] with_std = ["derive_more"]