viewy-codegen 3.0.0-alpha.4

A web UI toolkit that combine the advantages of a design system and an ui library.
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.89.0"
name = "viewy-codegen"
version = "3.0.0-alpha.4"
authors = ["Rémi Caillot <dev@remicaillot.fr>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A web UI toolkit that combine the advantages of a design system and an ui library."
documentation = "https://docs.rs/viewy"
readme = "README.md"
keywords = [
    "web",
    "user-interface",
    "declarative",
]
license = "MIT"
repository = "https://github.com/strowbeary/viewy-rs"
resolver = "2"

[lib]
name = "viewy_codegen"
path = "src/lib.rs"
proc-macro = true

[dependencies.quote]
version = "1.0.32"

[dependencies.syn]
version = "2.0.28"