[package] name = "mlua-periphery" version = "0.1.9" authors = ["David Rauschenbach "] 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.22" [dependencies] gpio-cdev = "0.6.0" i2cdev = "0.6.1" mlua = "0.10.0" serial2 = "0.2.27" [[example]] name = "i2cdetect"