# 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 = "bmp180-embedded-hal" version = "0.1.0" authors = ["Jad K. Haddad "] description = "A platform agnostic driver to interface with the BMP180 barometric pressure sensor." readme = "README.md" keywords = [ "bmp180", "i2c", "embedded-hal", "no-std", "embedded", ] license = "MIT OR Apache-2.0" repository = "https://github.com/JadKHaddad/bmp180" [dependencies.defmt] version = "0.3.6" optional = true [dependencies.duplicate] version = "1.0.0" [dependencies.embedded-hal] version = "1.0.0" optional = true [dependencies.embedded-hal-async] version = "1.0.0" optional = true [dependencies.libm] version = "0.2.8" [dependencies.log] version = "0.4.20" optional = true [features] async = ["dep:embedded-hal-async"] blocking = ["dep:embedded-hal"] default = [ "async", "impl-debug", ] defmt = ["dep:defmt"] disable-arithmetic-checks = [] fuzz = [ "blocking", "impl-debug", ] i-know-what-i-am-doing = [] impl-debug = [] impl-defmt-format = ["dep:defmt"] log = ["dep:log"]