# 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_derive" 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.release.pre-release-replacements]] exactly = 1 file = "Cargo.toml" replace = 'version = "{{version}}"' search = '^version\s*=\s*.*$' [[package.metadata.release.pre-release-replacements]] exactly = 1 file = "Cargo.toml" replace = '${h}version = "{{version}}"${t}' search = '^(?Pbevy_mod_scripting_common\s*=.*)version\s*=\s*".*"(?P.*)$' [lib] name = "bevy_mod_scripting_lua_derive" path = "src/lib.rs" proc-macro = true [dependencies.bevy_mod_scripting_common] version = "0.8.0-alpha.1" [dependencies.convert_case] version = "0.5.0" [dependencies.darling] version = "0.20" [dependencies.indexmap] version = "1.9.1" features = ["serde"] [dependencies.paste] version = "1.0.7" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0.8" [dependencies.rustdoc-types] version = "0.11.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0.137" [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.syn] version = "2.0.38" features = [ "full", "fold", "extra-traits", ] [dependencies.vec1] version = "1.10.1"