bevy_mod_scripting_common 0.8.0

Traits and syn structures for language implementors
Documentation
[dependencies.convert_case]
version = "0.5.0"

[dependencies.darling]
version = "0.20.3"

[dependencies.indexmap]
features = ["serde"]
version = "1.9.1"

[dependencies.paste]
version = "1.0.7"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0.8"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_derive]
version = "1.0.137"

[dependencies.strum]
features = ["derive"]
version = "0.24.1"

[dependencies.syn]
features = ["full", "fold", "extra-traits", "visit-mut"]
version = "2.0.38"

[lib]
name = "bevy_mod_scripting_common"
path = "src/lib.rs"

[package]
authors = ["Maksymilian Mozolewski <makspl17@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["game-development"]
description = "Traits and syn structures for language implementors"
edition = "2021"
homepage = "https://github.com/makspll/bevy_mod_scripting"
keywords = ["bevy", "gamedev", "scripting", "lua"]
license = "MIT OR Apache-2.0"
name = "bevy_mod_scripting_common"
readme = "readme.md"
repository = "https://github.com/makspll/bevy_mod_scripting"
version = "0.8.0"