Files
mmc56x3-rust/Cargo.toml

23 lines
541 B
TOML

[package]
name = "mmc56x3"
version = "0.1.0"
edition = "2024"
license = "Apache-2.0"
description = "Driver for the MMC56x3"
readme = "README.md"
repository = "https://git.kapelle.org/niklas/mmc56x3-rust"
homepage = "https://git.kapelle.org/niklas/mmc56x3-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 }
bitflags = { version = "2.10.0" }
[features]
sync = ["embedded-hal", "maybe-async/is_sync"]