# 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_common" version = "0.8.0-alpha.1" authors = ["Maksymilian Mozolewski "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Traits and syn structures for language implementors" homepage = "https://github.com/makspll/bevy_mod_scripting" readme = "readme.md" keywords = [ "bevy", "gamedev", "scripting", "lua", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/makspll/bevy_mod_scripting" [lib] name = "bevy_mod_scripting_common" path = "src/lib.rs" [dependencies.convert_case] version = "0.5.0" [dependencies.darling] version = "0.20.3" [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.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", "visit-mut", ]