ridstack-form 0.1.0

End-to-End Type-safe form handling for Dioxus applications
# 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 = "ridstack-form"
version = "0.1.0"
build = false
include = [
    "../architecture.svg",
    "src/**/*",
    "Cargo.toml",
    "../README.md",
    "examples/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "End-to-End Type-safe form handling for Dioxus applications"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Riddhiman007/ridstack-form"

[features]
default = []
validify = ["dep:validify"]

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[dependencies.derive_more]
version = "2.1.1"
features = ["full"]

[dependencies.dioxus]
version = "0.7.9"

[dependencies.either]
version = "1.16.0"

[dependencies.ridstack-form-macros]
version = "0.1.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.3"
features = [
    "time",
    "sync",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.validify]
version = "2"
optional = true