beuvy 0.1.0

Facade crate for beuvy-runtime plus optional declarative UI authoring.
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"
rust-version = "1.85"
name = "beuvy"
version = "0.1.0"
build = false
exclude = [
    "assets/**",
    "target/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Facade crate for beuvy-runtime plus optional declarative UI authoring."
homepage = "https://github.com/cloudiful/beuvy"
documentation = "https://docs.rs/beuvy"
readme = "README.md"
keywords = [
    "bevy",
    "ui",
    "gamedev",
    "declarative",
    "runtime",
]
categories = [
    "game-development",
    "gui",
    "parser-implementations",
]
license = "Apache-2.0"
repository = "https://github.com/cloudiful/beuvy"
resolver = "2"

[features]
declarative = [
    "runtime",
    "dep:bevy",
    "dep:bevy-localization",
    "dep:roxmltree",
    "dep:serde",
]
default = [
    "runtime",
    "declarative",
]
dsl = ["declarative"]
runtime = ["dep:beuvy-runtime"]
vue = ["declarative"]

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

[[example]]
name = "declarative_vue"
path = "examples/declarative_vue.rs"

[dependencies.beuvy-runtime]
version = "0.1.0"
optional = true

[dependencies.bevy]
version = "0.18.1"
features = ["debug"]
optional = true

[dependencies.bevy-localization]
version = "0.1.2"
optional = true
package = "cloudiful-bevy-localization"

[dependencies.roxmltree]
version = "0.21.1"
optional = true

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true