[dependencies.proc-macro2]
version = "1.0.89"
[dependencies.quote]
version = "1.0.37"
[dependencies.syn]
features = ["extra-traits", "full"]
version = "2.0.89"
[lib]
name = "leptos_struct_component_macro"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Rust For Web <info@rustforweb.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Define Leptos components using structs."
edition = "2021"
license = "MIT"
name = "leptos-struct-component-macro"
readme = "README.md"
repository = "https://github.com/RustForWeb/leptos-utils"
version = "0.0.2"