html_form_struct_macro 0.1.0

Procedural macros for html_form_struct.
Documentation
[dependencies.heck]
version = "0.5.0"

[dependencies.proc-macro2]
default-features = false
version = "1.0.93"

[dependencies.quote]
default-features = false
version = "1.0.38"

[dependencies.scraper]
default-features = false
version = "0.25.0"

[dependencies.syn]
default-features = false
version = "2.0.96"

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

[package]
authors = ["Owen Walpole <owen@walpole.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Procedural macros for html_form_struct."
edition = "2024"
include = ["src/**", "Cargo.toml", "../README.md", "../LICENSE*"]
license = "MIT OR Apache-2.0"
name = "html_form_struct_macro"
readme = "README.md"
repository = "https://github.com/owenthewizard/html_form_struct"
rust-version = "1.85"
version = "0.1.0"