bmp5xx 2.1.0

True-to-spec async I2C driver for the BMP580/BMP581/BMP585 barometric pressure sensors.
Documentation
# 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 = "2024"
rust-version = "1.85.1"
name = "bmp5xx"
version = "2.1.0"
authors = ["Olivér Pirger <oliver@pirger.eu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "True-to-spec async I2C driver for the BMP580/BMP581/BMP585 barometric pressure sensors."
readme = "README.md"
keywords = [
    "async",
    "embedded-hal",
    "pressure",
    "sensor",
]
categories = [
    "embedded",
    "no-std::no-alloc",
    "hardware-support",
]
license = "GPL-3.0-or-later"
repository = "https://codeberg.org/4f48/bmp5xx"

[lib]
name = "bmp5xx"
path = "src/lib.rs"

[dependencies.byteorder]
version = "1.5.0"
default-features = false

[dependencies.embedded-hal-async]
version = "1.0.0"