html_form_struct_macro 0.2.0

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

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

[dependencies.heck]
version = "0.5.0"

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

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

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

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