[package]
name = "mlua-periphery"
version = "1.2.1"
authors = ["David Rauschenbach <david@megalithic.llc>"]
homepage = "https://on-prem.net"
edition = "2021"
keywords = ["lua", "gpio", "i2c", "serial"]
categories = ["api-bindings", "hardware-support"]
license = "MIT"
repository = "https://gitlab.com/megalithic-llc/mlua-periphery.git"
description = "A Rust-native implementation of lua-periphery for mlua."
[features]
lua54 = ["mlua/lua54", "mlua/vendored"]
lua53 = ["mlua/lua53", "mlua/vendored"]
lua52 = ["mlua/lua52", "mlua/vendored"]
lua51 = ["mlua/lua51", "mlua/vendored"]
luajit = ["mlua/luajit", "mlua/vendored"]
luajit52 = ["mlua/luajit52", "mlua/vendored"]
[dev-dependencies]
log = "0.4"
[dependencies]
gpio-cdev = "0.6.0"
i2cdev = "0.6.1"
mlua = "0.11.1"
serial2 = "0.2.29"
[[example]]
name = "i2cdetect"