rooting-forms 0.2.0

Generates HTML (rooting) forms from structures
Documentation
[dependencies.gloo]
version = "0.11"

[dependencies.jiff]
optional = true
version = "0.2"

[dependencies.rooting]
version = "0.1"

[dependencies.rooting_forms_proc_macros]
version = "0.2.0"

[dependencies.serde]
optional = true
version = "1"

[dependencies.wasm-bindgen]
version = "0.2"

[dependencies.web-sys]
features = ["HtmlSelectElement", "HtmlInputElement", "HtmlTextAreaElement"]
version = "0.3"

[features]
jiff = ["dep:jiff"]
serde = ["dep:serde"]

[lib]
name = "rooting_forms"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Generates HTML (rooting) forms from structures"
edition = "2021"
homepage = "https://github.com/andrewbaxter/rooting-forms"
license = "ISC"
name = "rooting-forms"
readme = "readme.md"
repository = "https://github.com/andrewbaxter/rooting-forms"
version = "0.2.0"

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