bevy/crates/bevy_reflect/bevy_reflect_derive/Cargo.toml
github-actions[bot] 920543c824 Release 0.9.0 (#6568)
Preparing next release
This PR has been auto-generated
2022-11-12 20:01:29 +00:00

26 lines
659 B
TOML

[package]
name = "bevy_reflect_derive"
version = "0.9.0"
edition = "2021"
description = "Derive implementations for bevy_reflect"
homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy"
license = "MIT OR Apache-2.0"
keywords = ["bevy"]
[lib]
proc-macro = true
[features]
default = []
# When enabled, allows documentation comments to be processed by the reflection macros
documentation = []
[dependencies]
bevy_macro_utils = { path = "../../bevy_macro_utils", version = "0.9.0" }
syn = { version = "1.0", features = ["full"] }
proc-macro2 = "1.0"
quote = "1.0"
uuid = { version = "1.1", features = ["v4"] }
bit-set = "0.5.2"