# 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 = "si7021-t-rh" version = "0.1.6" authors = ["fordauthor42@gmail.com"] exclude = [ ".gitattributes", ".drone.yml", ".pre-commit-config.yaml", "Makefile.toml", ] publish = true description = "Si7021 driver (7013, 7020 and 7021)" documentation = "https://docs.rs/si7021-t-rh" readme = "README.md" keywords = [ "driver", "sensor", "i2c", "si7021", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/marvinrobot42/si7021-t-rh.git" [dependencies.embedded-hal] version = "1.0" [dependencies.embedded-hal-async] version = "1.0" optional = true [dependencies.log] version = "0.4.18" default-features = false [dependencies.maybe-async-cfg] version = "0.2" [build-dependencies.embuild] version = "=0.31.4" [features] async = ["embedded-hal-async"] default = ["sync"] sync = []