reinhardt-forms 0.2.3

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"
rust-version = "1.94.0"
name = "reinhardt-forms"
version = "0.2.3"
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.102"

[dependencies.aquamarine]
version = "0.5"

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

[dependencies.regex]
version = "1.10"

[dependencies.reinhardt-core]
version = "0.2.3"
features = ["validators"]
default-features = false

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.10"

[dependencies.subtle]
version = "2"

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.insta]
version = "1.47.2"
features = [
    "json",
    "toml",
]

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

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

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

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