[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full"]
version = "2.0"
[lib]
name = "bevy_trait_impl"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Macros for creating Traits in Bevy"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "bevy_trait_impl"
readme = "README.md"
repository = "https://github.com/hankjordan/bevy_trait"
version = "0.3.4"