[package]
edition = "2021"
rust-version = "1.85"
name = "m5unified"
version = "0.3.4"
build = false
include = [
"Cargo.toml",
"src/**",
"../../README.md",
"../../LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust wrapper for M5Unified."
documentation = "https://docs.rs/m5unified"
readme = "README.md"
keywords = [
"m5stack",
"m5unified",
"esp32",
"esp-idf",
"embedded",
]
categories = [
"embedded",
"hardware-support",
"api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mfiumara/m5unified-rs"
[lib]
name = "m5unified"
path = "src/lib.rs"
[dependencies.m5unified-sys]
version = "0.3.4"