lua-stdlib 0.7.1

omniLua's Lua standard library — internal crate; depend on `omnilua`.
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 = "lua-stdlib"
version = "0.7.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "omniLua's Lua standard library — internal crate; depend on `omnilua`."
homepage = "https://github.com/ianm199/omnilua"
readme = false
license = "MIT"
repository = "https://github.com/ianm199/omnilua"

[features]
bit32 = []
coroutine = []
debug = ["coroutine"]
default = ["full"]
full = [
    "io",
    "os",
    "package",
    "debug",
    "coroutine",
    "utf8",
    "bit32",
]
io = []
os = []
package = []
utf8 = []

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.lua-types]
version = "0.7.1"

[dependencies.lua-vm]
version = "0.7.1"

[dev-dependencies]

[lints.rust]
unsafe_code = "forbid"
unused_must_use = "deny"