mevy_ui_syntax 0.4.3

token handling for mevy_ui!
Documentation
# 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 = "2024"
name = "mevy_ui_syntax"
version = "0.4.3"
authors = ["Dekirisu <dekirisu@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "token handling for mevy_ui!"
readme = false
keywords = [
    "proc",
    "bevy",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dekirisu/mevy/"

[features]
"0.15" = []
"0.16" = []
"0.16-rc" = ["0.16"]
"0.17" = []
"0.18" = []
default = []

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

[dependencies.deki]
version = "0.3.0"
features = ["proc"]

[dependencies.mevy_core_syntax]
version = "0.2.3"