reinhardt-forms 0.1.0-alpha.8

Form handling 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 = "reinhardt-forms"
version = "0.1.0-alpha.8"
authors = ["kent8192 <51869472+kent8192@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Form handling and validation"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/kent8192/reinhardt-web"

[features]
full = []

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

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

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.aquamarine]
version = "0.5"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.regex]
version = "1.10"

[dependencies.reinhardt-core]
version = "0.1.0-alpha.8"
features = ["validators"]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.proptest]
version = "1.6"

[dev-dependencies.rstest]
version = "0.23"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio-test]
version = "0.4"