# 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 = "bmp085-180-rs" version = "1.0.0" authors = ["marti157"] exclude = [ "/examples", "**/.*", ] description = "Driver for BMP085 & BMP180 sensors." documentation = "https://docs.rs/bmp085-180-rs" readme = "README.md" keywords = [ "bmp085", "bmp180", "driver", "i2c", "embedded-hal", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT" repository = "https://github.com/marti157/bmp085-180-rs" [dependencies.embedded-hal] version = "1.0.0" [dependencies.embedded-hal-async] version = "1.0.0" optional = true [dependencies.libm] version = "0.2.8" [dependencies.maybe-async-cfg] version = "0.2.3" [dev-dependencies.embedded-hal-mock] version = "0.10.0" features = ["eh1"] default-features = false [features] async = ["dep:embedded-hal-async"] sync = []