# 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 = "hp203b" version = "0.3.0" description = "`embedded-hal`-based driver crate for the HOPERF HP203B altimeter/barometer" readme = "README.md" keywords = [ "embedded-hal", "no-std", "hp203b", "altimeter", "thermometer", ] categories = [ "aerospace", "embedded", "no-std", "science::robotics", ] license = "MPL-2.0" repository = "https://github.com/Laura7089/hp203b-rs" [[test]] name = "basic-mocks" [dependencies.bitflags] version = "1.3.2" [dependencies.bytemuck] version = "1.12.1" [dependencies.defmt] version = "0.3.2" optional = true [dependencies.embedded-hal] version = "=1.0.0-alpha.8" [dependencies.fugit] version = "0.3.6" [dependencies.nb] version = "1.0.0" [dev-dependencies.once_cell] version = "1.14.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.test-case] version = "2.2.1" [features] default = [] defmt = [ "dep:defmt", "fugit/defmt", ]