# 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 = "si70xx" version = "0.3.0" authors = ["Andres Vahter "] description = "Si70xx series relative humidity and temperature sensor driver" readme = "README.md" keywords = [ "embedded", "si7006", "si7013", "si7020", "si7021", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/andresv/si70xx.git" [dependencies.embedded-hal] version = "1.0" [dependencies.embedded-hal-async] version = "1.0" optional = true [features] async = ["dep:embedded-hal-async"] default = [] si7013 = []