mlua-pkg 0.1.0

Composable Lua module loader for mlua
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 = "2024"
rust-version = "1.85"
name = "mlua-pkg"
version = "0.1.0"
authors = ["Yutaka Nishimura"]
build = false
include = [
    "src/**/*",
    "tests/**/*",
    "LICENSE-*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Composable Lua module loader for mlua"
readme = "README.md"
keywords = [
    "lua",
    "mlua",
    "require",
    "module",
    "loader",
]
categories = [
    "game-development",
    "config",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ynishi/mlua-pkg"

[features]
sandbox-cap-std = ["dep:cap-std"]

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

[[test]]
name = "scenarios"
path = "tests/scenarios.rs"

[dependencies.cap-std]
version = "4"
optional = true

[dependencies.mlua]
version = "0.10"
features = [
    "lua54",
    "vendored",
    "serialize",
]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.cap-std]
version = "4"

[dev-dependencies.tempfile]
version = "3"