# 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_derive" version = "0.5.0" authors = ["Maksymilian Mozolewski "] description = "Derive macros for bevy_mod_scripting" homepage = "https://github.com/makspll/bevy_mod_scripting" readme = "readme.md" keywords = [ "bevy", "gamedev", "scripting", "lua", ] categories = ["game-development"] license = "MIT" repository = "https://github.com/makspll/bevy_mod_scripting" [lib] name = "bevy_mod_scripting_derive" path = "src/lib.rs" proc-macro = true [dependencies.bevy_mod_scripting_common] version = "0.5.0" [dependencies.convert_case] version = "0.5.0" [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.syn] version = "1.0.57" features = [ "full", "fold", "extra-traits", ]