# 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 = "2018" rust-version = "1.61" name = "tlua" version = "4.0.0" authors = [ "Georgy Moshkin ", "Egor Ivkov ", "pierre.krieger1708@gmail.com", ] build = 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/tarantool-module" [lib] name = "tlua" path = "src/lib.rs" [dependencies.libc] version = "0.2" [dependencies.linkme] version = "0.2.10" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tester] version = "0.7.0" optional = true [dependencies.thiserror] version = "1.0.30" [dependencies.tlua-derive] version = "0.2.1" [features] internal_test = [ "linkme", "tester", ]