sths34pf80 0.1.13

ST STHS34PF80 driver
Documentation
# 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.13"
authors = ["fordauthor42@gmail.com"]
build = false
exclude = [
    ".gitattributes",
    ".drone.yml",
    ".pre-commit-config.yaml",
    "Makefile.toml",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[features]
async = ["embedded-hal-async"]
default = ["sync"]
sync = []

[lib]
name = "sths34pf80"
path = "src/lib.rs"

[[example]]
name = "presence_motion_shock"
path = "examples/presence_motion_shock.rs"

[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.22"
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"