# 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] name = "lps28dfw" version = "0.1.6" authors = ["Timo Werner "] include = [ "/**/*.rs", "/Cargo.toml", "/README.md", "/LICENSE-MIT", ] description = "Platform-agnostic Rust driver for the LPS28DFW pressure sensor" homepage = "https://github.com/tomatenkuchen/lps28dfw" documentation = "https://docs.rs/lps28dfw" readme = "README.md" keywords = [ "pressure", "ST", "MEMS", "multi-fluid", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tomatenkuchen/lps28dfw" [profile.release] lto = true [dependencies.embedded-hal] version = "1.0" [dependencies.uom] version = "0.36.0" features = [ "f32", "si", ] default-features = false [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.embedded-hal-mock] version = "0.11" features = ["eh1"] default-features = false [dev-dependencies.linux-embedded-hal] version = "0.4"