# 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 = "bevy_mod_scripting_lua" version = "0.8.0-alpha.1" authors = ["Maksymilian Mozolewski "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Necessary functionality for Lua support with bevy_mod_scripting" homepage = "https://github.com/makspll/bevy_mod_scripting" readme = "readme.md" keywords = [ "bevy", "gamedev", "scripting", "rhai", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/makspll/bevy_mod_scripting" [package.metadata."docs.rs"] features = ["lua54"] [package.metadata.release] enable-features = ["lua54"] [lib] name = "bevy_mod_scripting_lua" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.bevy] version = "0.15.0-rc.3" default-features = false [dependencies.bevy_mod_scripting_core] version = "0.8.0-alpha.1" [dependencies.parking_lot] version = "0.12.1" [dependencies.serde_json] version = "1.0.81" [dependencies.tealr] version = "0.9" features = [ "mlua_vendored", "mlua_send", "mlua_macros", ] [features] lua51 = ["tealr/mlua_lua51"] lua52 = ["tealr/mlua_lua52"] lua53 = ["tealr/mlua_lua53"] lua54 = ["tealr/mlua_lua54"] luajit = ["tealr/mlua_luajit"] luajit52 = ["tealr/mlua_luajit52"] mlua_async = ["tealr/mlua_async"] mlua_macros = ["tealr/mlua_macros"] mlua_serialize = ["tealr/mlua_serialize"] teal = [] unsafe_lua_modules = []