# 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 = "bmp280-rs" version = "0.1.2" authors = ["Piet Geursen "] description = "I2C driver for the bmp280 termperature and air pressure sensor." readme = "README.md" keywords = [ "no_std", "embedded-hal", "bmp280", "sensor", "driver", ] license = "AGPL-3.0" repository = "https://github.com/pietgeursen/bmp280-rs" [dependencies.defmt] version = "0.3.5" [dependencies.embedded-hal] version = "0.2.4" [dependencies.snafu] version = "0.6.10" default_features = false [dev-dependencies.embedded-hal-mock] version = "0.7.2"