[package]
edition = "2024"
rust-version = "1.85"
name = "html_form_struct"
version = "0.2.0"
authors = ["Owen Walpole <owen@walpole.dev>"]
build = false
include = [
"src/**",
"examples/**",
"Cargo.toml",
"README.md",
"LICENSE*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate a struct from an HTML form."
readme = "README.md"
keywords = [
"html",
"form",
"proc-macro",
"serde",
]
categories = [
"parser-implementations",
"web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/owenthewizard/html_form_struct"
[lib]
name = "html_form_struct"
path = "src/lib.rs"
[[example]]
name = "readme"
path = "examples/readme.rs"
[dependencies.html_form_struct_macro]
version = "=0.2.0"
[dev-dependencies.fake]
version = "4.4.0"