# 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 = "sths34pf80" version = "0.1.11" authors = ["fordauthor42@gmail.com"] exclude = [ ".gitattributes", ".drone.yml", ".pre-commit-config.yaml", "Makefile.toml", ] publish = true description = "ST STHS34PF80 driver" documentation = "https://docs.rs/sths34pf80" readme = "README.md" keywords = [ "driver", "sensor", "i2c", "sths34pf80", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/marvinrobot42/stsh34pf80.git" [dependencies.bitfield] version = "0.14.0" [dependencies.byteorder] version = "1" default-features = false [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" [dependencies.num-traits] version = "0.2" default-features = false [build-dependencies.embuild] version = "=0.31.4" [features] async = ["embedded-hal-async"] default = ["sync"] sync = []