Files
as7265x-rust/Cargo.toml

19 lines
504 B
TOML

[package]
name = "as7265x"
version = "0.1.0"
edition = "2024"
license = "Apache-2.0"
description = "Driver for the AS7265x"
readme = "README.md"
repository = "https://git.kapelle.org/niklas/as7265x-rust"
homepage = "https://git.kapelle.org/niklas/as7265x-rust"
keywords = ["no_std", "embedded"]
[dependencies]
embedded-hal-async = { version = "1.0.0" }
maybe-async = { version = "0.2.10" }
embedded-hal = { version = "1.0.0", optional = true }
[features]
sync = ["embedded-hal", "maybe-async/is_sync"]