mlua-lshape 0.1.0

mlua wrapper for lshape — Schema-as-Data validator + LuaCATS codegen, Pure Lua vendored via include_str!.
Documentation
# 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"
rust-version = "1.77"
name = "mlua-lshape"
version = "0.1.0"
authors = ["Yutaka Nishimura"]
build = false
include = [
    "src/**/*.rs",
    "lua/**/*.lua",
    "Cargo.toml",
    "README.md",
    "CHANGELOG.md",
    "LICENSE-MIT",
    "LICENSE-APACHE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "mlua wrapper for lshape — Schema-as-Data validator + LuaCATS codegen, Pure Lua vendored via include_str!."
homepage = "https://github.com/ynishi/mlua-lshape"
documentation = "https://docs.rs/mlua-lshape"
readme = "README.md"
keywords = [
    "lua",
    "mlua",
    "schema",
    "validation",
    "luacats",
]
categories = [
    "data-structures",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ynishi/mlua-lshape"

[lib]
name = "mlua_lshape"
path = "src/lib.rs"

[dependencies.mlua]
version = "0.11"
features = [
    "lua54",
    "vendored",
    "send",
]