tlua 8.0.0

Zero-cost high-level wrapper for Tarantool-LuaJIT
Documentation
[package]
name = "tlua"
version = "8.0.0"
edition = "2021"
authors = [
    "Georgy Moshkin <gmoshkin@picodata.io>",
    "Egor Ivkov <e.ivkov@picodata.io>",
    "pierre.krieger1708@gmail.com",
]
description = "Zero-cost high-level wrapper for Tarantool-LuaJIT"
keywords = ["lua"]
repository = "https://github.com/picodata/picodata"
documentation = "http://docs.rs/tlua"
license = "MIT"
rust-version = "1.89"

[dependencies]
libc = "0.2"
tlua-derive = { path = "../tlua-derive", version = "1.0.2" }
serde = { version = "1.0", features = ["derive"] }
linkme = { version = "0.3", optional = true }
tester = { version = "0.7.0", optional = true }
thiserror = "2"
smol_str = { version = "0.3", optional = true }

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