# 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 = "lunify" version = "1.1.0" authors = ["Lucas Pütz"] exclude = [ "test_files/", "LICENSE.md", "rustfmt.toml", ] description = "A crate for converting Lua byte code to different versions and formats" homepage = "https://github.com/vE5li/lunify" readme = "README.md" keywords = [ "lua", "bytecode", ] categories = ["encoding"] license = "MIT" repository = "https://github.com/vE5li/lunify" [dependencies.mlua] version = "0.8" features = [ "lua51", "vendored", ] optional = true [dependencies.serde] version = "1.0.144" features = ["serde_derive"] optional = true [features] debug = [] integration = ["mlua"]