# 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 = "bme280-multibus" version = "0.5.0" authors = ["Alex Martens "] description = "BME280 driver with support for SPI and I2C" readme = "README.md" keywords = [ "i2c", "driver", "embedded-hal-driver", "bosch", "bme280", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT" repository = "https://github.com/newAM/bme280-multibus" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.eh0] version = "0.2.7" package = "embedded-hal" [dependencies.eh1] version = "1" package = "embedded-hal" [dependencies.eha1] version = "1" package = "embedded-hal-async" [dependencies.serde] version = "1" features = ["derive"] optional = true default-features = false [dev-dependencies.ftdi-embedded-hal] version = "0.21" features = ["libftd2xx"] [dev-dependencies.tokio] version = "1.33.0" features = [ "rt", "macros", ] [features] serde = ["dep:serde"]