ridstack-form 0.1.0

End-to-End Type-safe form handling for Dioxus applications
[package]

name = "ridstack-form"

version = "0.1.0"

edition = "2024"

description = "End-to-End Type-safe form handling for Dioxus applications"

license = "MIT OR Apache-2.0"

repository = "https://github.com/Riddhiman007/ridstack-form"

readme = "../README.md"

include = ["../architecture.svg", "src/**/*", "Cargo.toml", "../README.md", "examples/**/*"]



[dependencies]

validify = { version = "2", optional = true }

derive_more = { version = "2.1.1", features = ["full"] }

dioxus = { version = "0.7.9" }

thiserror = "2.0.18"

ridstack-form-macros = { version="0.1.0",path = "../form-macros" }

tokio = { version = "1.52.3", features = ["time", "sync"] }

either = "1.16.0"

tracing = "0.1.44"





[features]

default = []

validify = ["dep:validify"]