# 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 = "embedded-qmp6988" version = "0.1.0" authors = ["Ghislain MARY "] include = [ "/**/*.rs", "/Cargo.toml", "/README.md", ] description = " Platform-agnostic Rust driver for the QMP6988 barometric pressure sensor." homepage = "https://gitlab.com/ghislainmary/embedded-qmp6988" documentation = "https://docs.rs/embedded-qmp6988/" readme = "README.md" keywords = [ "pressure", "barometric", "sensor", "qmp6988", "embedded-hal", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/ghislainmary/embedded-qmp6988" [dependencies.embedded-hal] version = "1.0.0" [dependencies.micromath] version = "2.1.0" [dev-dependencies.embedded-hal-mock] version = "0.10.0" features = ["eh1"] default-features = false [dev-dependencies.linux-embedded-hal] version = "0.4.0"