xrune 1.3.1

Declarative UI DSL framework with pluggable codegen backends
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 = "xrune"
version = "1.3.1"
authors = ["Benign X <1341398182@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Declarative UI DSL framework with pluggable codegen backends"
readme = false
keywords = [
    "dsl",
    "ui",
    "declarative",
    "proc-macro",
    "codegen",
]
categories = ["development-tools::procedural-macro-helpers"]
license = "MIT"
repository = "https://github.com/W-Mai/xrune"
resolver = "2"

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

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

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"

[dependencies.xrune-incant]
version = "=1.3.1"

[dependencies.xrune-nexus]
version = "=1.3.1"