yew-macro 0.22.0

A framework for making client-side single-page apps
Documentation
[dependencies.once_cell]
version = "1"

[dependencies.prettyplease]
version = "0.2"

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

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

[dependencies.quote]
version = "1"

[dependencies.rustversion]
version = "1"

[dependencies.syn]
features = ["full", "extra-traits", "visit-mut"]
version = "2"

[dev-dependencies.implicit-clone]
version = "0.6.0"

[dev-dependencies.trybuild]
version = "1"

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

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(documenting)", "cfg(verbose_tests)", "cfg(yew_lints)", "cfg(nightly_yew)", "cfg(wasm_bindgen_unstable_test_coverage)"]
level = "warn"
priority = 0

[package]
authors = ["Justin Starry <justin@yew.rs>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui", "web-programming", "wasm"]
description = "A framework for making client-side single-page apps"
documentation = "https://docs.rs/yew-macro/"
edition = "2021"
homepage = "https://github.com/yewstack/yew"
keywords = ["web", "wasm", "frontend", "webasm", "webassembly"]
license = "MIT OR Apache-2.0"
name = "yew-macro"
readme = false
repository = "https://github.com/yewstack/yew"
resolver = "3"
rust-version = "1.84.0"
version = "0.22.0"

[[test]]
name = "classes_macro_test"
path = "tests/classes_macro_test.rs"

[[test]]
name = "derive_props_test"
path = "tests/derive_props_test.rs"

[[test]]
name = "function_attr_test"
path = "tests/function_attr_test.rs"

[[test]]
name = "hook_attr_test"
path = "tests/hook_attr_test.rs"

[[test]]
name = "hook_macro_test"
path = "tests/hook_macro_test.rs"

[[test]]
name = "html_lints_test"
path = "tests/html_lints_test.rs"

[[test]]
name = "html_macro_test"
path = "tests/html_macro_test.rs"

[[test]]
name = "props_macro_test"
path = "tests/props_macro_test.rs"