[dependencies.gpio-cdev]
version = "0.6.0"
[dependencies.i2cdev]
version = "0.6.1"
[dependencies.mlua]
version = "0.11"
[dependencies.serial2]
version = "0.2"
[dev-dependencies.log]
version = "0.4"
[[example]]
name = "i2cdetect"
path = "examples/i2cdetect.rs"
[features]
lua51 = ["mlua/lua51", "mlua/vendored"]
lua52 = ["mlua/lua52", "mlua/vendored"]
lua53 = ["mlua/lua53", "mlua/vendored"]
lua54 = ["mlua/lua54", "mlua/vendored"]
luajit = ["mlua/luajit", "mlua/vendored"]
luajit52 = ["mlua/luajit52", "mlua/vendored"]
[lib]
name = "mlua_periphery"
path = "src/lib.rs"
[package]
authors = ["David Rauschenbach <david@megalithic.llc>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "hardware-support"]
description = "A Rust-native implementation of lua-periphery for mlua."
edition = "2021"
homepage = "https://on-prem.net"
keywords = ["lua", "gpio", "i2c", "serial"]
license = "MIT"
name = "mlua-periphery"
readme = "README.md"
repository = "https://gitlab.com/megalithic-llc/mlua-periphery.git"
version = "1.2.2"
[[test]]
name = "argon40"
path = "tests/argon40.rs"
[[test]]
name = "bitscope_bmc_get_status"
path = "tests/bitscope_bmc_get_status.rs"
[[test]]
name = "gpio_loopback"
path = "tests/gpio_loopback.rs"
[[test]]
name = "gpio_read_line"
path = "tests/gpio_read_line.rs"
[[test]]
name = "gpio_write_line"
path = "tests/gpio_write_line.rs"
[[test]]
name = "sgp30"
path = "tests/sgp30.rs"
[[test]]
name = "sixfab_ups_hat"
path = "tests/sixfab_ups_hat.rs"
[[test]]
name = "testsupport"
path = "tests/testsupport.rs"