# 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 = "ms8607" version = "0.1.2" authors = ["Antoine Raulin "] exclude = [ "assets/**/*", ".cargo/**/*", "memory.x", ] description = "A platform agnostic driver for the MS8607 Pressure, Temperature, and Humidity Sensor from TE Connectivity" homepage = "https://github.com/HydroVinci-PULV/registry_rust_ms8607" readme = "README.md" keywords = [ "embedded-hal-driver", "pressure", "temperature", "humidity", "sensor", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "GPL-3.0" repository = "https://github.com/HydroVinci-PULV/registry_rust_ms8607" [dependencies.embedded-hal] version = "0.2.7" [dev-dependencies.cortex-m] version = "0.7.7" [dev-dependencies.cortex-m-rt] version = "0.7.2" [dev-dependencies.cortex-m-semihosting] version = "0.5.0" [dev-dependencies.fugit] version = "0.3.6" [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.rp-pico] version = "0.6.0" [dev-dependencies.rp2040-hal] version = "0.7.0" [dev-dependencies.shared-bus] version = "0.2.5"