[package] name = "embedded-qmp6988" version = "0.1.0" authors = ["Ghislain MARY "] repository = "https://gitlab.com/ghislainmary/embedded-qmp6988" license = "MIT OR Apache-2.0" description = " Platform-agnostic Rust driver for the QMP6988 barometric pressure sensor." documentation = "https://docs.rs/embedded-qmp6988/" readme = "README.md" keywords = ["pressure", "barometric", "sensor", "qmp6988", "embedded-hal"] categories = ["embedded", "hardware-support", "no-std"] homepage = "https://gitlab.com/ghislainmary/embedded-qmp6988" include = ["/**/*.rs", "/Cargo.toml", "/README.md"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] embedded-hal = "1.0.0" micromath = "2.1.0" [dev-dependencies] embedded-hal-mock = { version = "0.10.0", default-features = false, features = [ "eh1", ] } linux-embedded-hal = "0.4.0"