# 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 = "bmp390" version = "0.3.0" authors = ["Adam Sasine "] description = "Asynchronous driver for the BMP390 pressure sensor" homepage = "https://github.com/asasine/bmp390" readme = "README.md" keywords = [ "embedded-hal", "async", "pressure", "sensor", ] categories = [ "aerospace", "embedded", "hardware-support", "no-std", ] license = "MIT" repository = "https://github.com/asasine/bmp390" [dependencies.defmt] version = "0.3.8" [dependencies.embassy-time] version = "0.3.0" optional = true [dependencies.embedded-hal-async] version = "1.0.0" [dependencies.libm] version = "0.2.8" [dependencies.uom] version = "0.36.0" features = [ "f32", "si", "autoconvert", ] default-features = false [dev-dependencies.defmt] version = "0.3.8" features = ["unstable-test"] [dev-dependencies.embedded-hal-mock] version = "0.11.0" features = [ "eh1", "embedded-hal-async", ] default-features = false [dev-dependencies.tokio] version = "1.37.0" features = [ "macros", "rt", ] [features] embassy-time = ["dep:embassy-time"]