# 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 = "lps22hb" version = "0.1.0" authors = ["Michal Lasak "] description = "A platform agnostic driver to interface with LPS22HB pressure sensor module." documentation = "https://docs.rs/lps22hb" readme = "README.md" keywords = ["embedded-hal-driver", "pressure", "sensor", "MEMS", "lps22"] categories = ["embedded", "hardware-support", "no-std"] license = "MIT" repository = "https://github.com/nebelgrau77/lps22hb-rs" [dependencies.embedded-hal] version = "0.2"