mintrt 0.1.0

Security-featured runtime for lua.
# 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"
name = "mintrt"
version = "0.1.0"
authors = ["S.A. (@snoware) <2026>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Security-featured runtime for lua."
homepage = "https://swe-iss.rth1.xyz/softwares/jingzhe"
documentation = "https://docs.rs/mintrt"
readme = "README.md"
keywords = [
    "lua",
    "runtime",
    "security",
]
categories = [
    "development-tools",
    "security",
]
license-file = "LICENSE_OPEN"
repository = "https://gitee.com/snoware/mint"

[package.metadata.docs.rs]
all-features = true
targets = [
    "x86_64-unknown-linux-gnu",
    "x86_64-pc-windows-msvc",
    "x86_64-apple-darwin",
]

[[bin]]
name = "mintrt"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4.29"

[dependencies.mlua]
version = "0.11.6"
features = [
    "lua55",
    "vendored",
]

[dependencies.ron]
version = "0.12.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
strip = true