[package]
name = "mlua-lshape"
version = "0.1.0"
edition = "2021"
rust-version = "1.77"
authors = ["Yutaka Nishimura"]
license = "MIT OR Apache-2.0"
description = "mlua wrapper for lshape — Schema-as-Data validator + LuaCATS codegen, Pure Lua vendored via include_str!."
repository = "https://github.com/ynishi/mlua-lshape"
homepage = "https://github.com/ynishi/mlua-lshape"
documentation = "https://docs.rs/mlua-lshape"
keywords = ["lua", "mlua", "schema", "validation", "luacats"]
categories = ["data-structures", "development-tools"]
readme = "README.md"
include = [
"src/**/*.rs",
"lua/**/*.lua",
"Cargo.toml",
"README.md",
"CHANGELOG.md",
"LICENSE-MIT",
"LICENSE-APACHE",
]
[dependencies]
mlua = { version = "0.11", features = ["lua54", "vendored", "send"] }