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