# 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" name = "lunka" version = "0.10.0" authors = ["[aka]bomb"] description = "Pretty thin bindings to Lua 5.4" documentation = "https://docs.rs/lunka" readme = "README.md" keywords = ["lua"] license = "MIT" repository = "https://github.com/b0mbie/lunka" [[example]] name = "hello" [[example]] name = "hello_lib" crate-type = ["cdylib"] [[example]] name = "interpreter" [[example]] name = "push_trait" [[example]] name = "os2" crate-type = ["cdylib"] [[example]] name = "string_enum" [features] alloc = [] auxlib = [] default = [ "alloc", "auxlib", "stdlibs", "link-lua54", ] link-lua54 = [] link-static = ["link-lua54"] stdlibs = [] use-32-bits = []