form_builder 1.2.1

A library for building forms with various fields and validation.
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"
name = "form_builder"
version = "1.2.1"
authors = ["MikoĊ‚aj Gawron <gawrmiko@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for building forms with various fields and validation."
documentation = "https://docs.rs/form_builder"
readme = "README.md"
keywords = [
    "form",
    "builder",
    "validation",
    "fields",
    "input",
]
categories = [
    "data-structures",
    "parsing",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/vertyll/form-builder"

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

[dependencies.libc]
version = "0.2"

[dependencies.regex]
version = "1.12.3"