bmp280_rust_no_std 0.1.2

A no_std async BMP280 driver for ESP32 using embassy and esp-hal
# 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 = "bmp280_rust_no_std"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A no_std async BMP280 driver for ESP32 using embassy and esp-hal"
readme = "README.md"
keywords = [
    "bmp280",
    "embedded",
    "no-std",
    "esp32",
    "embassy",
]
categories = [
    "embedded",
    "no-std",
]
license = "MIT"
repository = "https://github.com/BalazsRust/Gy-BM-Me-PM280-RUST-EMBEDDED-NO-STD-FOR-ESP32"

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

[dependencies.embassy-time]
version = "0.4.0"
features = ["generic-queue-8"]

[dependencies.esp-hal]
version = "1.0.0-beta.1"
features = ["esp32"]
default-features = false

[dependencies.libm]
version = "0.2.16"
default-features = false

[profile.release]
opt-level = "s"