vertigo-macro 0.11.1

Reactive Real-DOM library with SSR for Rust - macros
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 = "vertigo-macro"
version = "0.11.1"
authors = [
    "Grzegorz Szeliga <szeligagrzegorz@gmail.com>",
    "MichaƂ Pokrywka <wolfmoon@o2.pl>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reactive Real-DOM library with SSR for Rust - macros"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/vertigo-web/vertigo"
resolver = "2"

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

[dependencies.base64]
version = "0.22"

[dependencies.crc]
version = "3.4"

[dependencies.darling]
version = "0.23"

[dependencies.heck]
version = "0.5"

[dependencies.itertools]
version = "0.14"

[dependencies.minreq]
version = "2.14"
features = ["https-rustls"]

[dependencies.pest]
version = "2.8"

[dependencies.pest_derive]
version = "2.8"

[dependencies.pkg-version]
version = "1"

[dependencies.proc-macro-error]
version = "1.0"

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

[dependencies.quote]
version = "1.0"

[dependencies.rstml]
version = "0.12"

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

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.prettyplease]
version = "0.2"

[lints.clippy]
expect_used = "deny"
unwrap_used = "deny"