tlua 8.0.0

Zero-cost high-level wrapper for Tarantool-LuaJIT
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.89"
name = "tlua"
version = "8.0.0"
authors = [
    "Georgy Moshkin <gmoshkin@picodata.io>",
    "Egor Ivkov <e.ivkov@picodata.io>",
    "pierre.krieger1708@gmail.com",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero-cost high-level wrapper for Tarantool-LuaJIT"
documentation = "http://docs.rs/tlua"
readme = "README.md"
keywords = ["lua"]
license = "MIT"
repository = "https://github.com/picodata/picodata"

[features]
extra_impls = ["smol_str"]
internal_test = [
    "linkme",
    "tester",
]

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

[dependencies.libc]
version = "0.2"

[dependencies.linkme]
version = "0.3"
optional = true

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

[dependencies.smol_str]
version = "0.3"
optional = true

[dependencies.tester]
version = "0.7.0"
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.tlua-derive]
version = "1.0.2"