tidos_macro 0.7.6

Procedural macros for the Tidos component framework.
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 = "2021"
rust-version = "1.80.0"
name = "tidos_macro"
version = "0.7.6"
authors = ["kaasbroodju"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for the Tidos component framework."
readme = "README.md"
keywords = [
    "tidos",
    "web",
    "framework",
    "code",
    "generation",
]
categories = ["web-programming"]
license = "LGPL-3.0"
repository = "https://github.com/kaasbroodju/tidos"

[features]
i18n = []

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

[dependencies.cargo-expand]
version = "1.0.74"

[dependencies.proc-macro2]
version = "1.0.106"
features = ["span-locations"]

[dependencies.quote]
version = "1.0.44"

[dependencies.syn]
version = "2.0.116"
features = ["full"]

[dependencies.uuid]
version = "1.21.0"
features = [
    "v4",
    "fast-rng",
    "macro-diagnostics",
]