grideye 0.3.0

Rust driver for Grid-EYE / Panasonic AMG88(33)
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 = "2024"
name = "grideye"
version = "0.3.0"
authors = ["Uwe Arzt <mail@uwe-arzt.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust driver for Grid-EYE / Panasonic AMG88(33)"
documentation = "https://docs.rs/grideye"
readme = "README.md"
keywords = [
    "embedded-hal-driver",
    "grideye",
    "AMG8833",
]
categories = [
    "embedded",
    "hardware-support",
    "no-std",
]
license = "Apache-2.0"
repository = "https://codeberg.org/uwearzt/grideye.git"

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

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

[dependencies.bit_field]
version = "0.10.3"

[dependencies.embedded-hal]
version = "1.0.0"

[dependencies.libm]
version = "0.2.16"

[dev-dependencies.linux-embedded-hal]
version = "0.4.1"