# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "mlua-periphery" version = "0.1.9" authors = ["David Rauschenbach "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust-native implementation of lua-periphery for mlua." homepage = "https://on-prem.net" readme = "README.md" keywords = [ "lua", "gpio", "i2c", "serial", ] categories = [ "api-bindings", "hardware-support", ] license = "MIT" repository = "https://gitlab.com/megalithic-llc/mlua-periphery.git" [lib] name = "mlua_periphery" path = "src/lib.rs" [[example]] name = "i2cdetect" path = "examples/i2cdetect.rs" [[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" [dependencies.gpio-cdev] version = "0.6.0" [dependencies.i2cdev] version = "0.6.1" [dependencies.mlua] version = "0.10.0" [dependencies.serial2] version = "0.2.27" [dev-dependencies.log] version = "0.4.22" [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", ]