vertigo-forms 0.1.3

Building block for forms in vertigo
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 = "vertigo-forms"
version = "0.1.3"
authors = ["MichaƂ Pokrywka <wolfmoon@o2.pl>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Building block for forms in vertigo"
homepage = "https://vertigo.znoj.pl"
documentation = "https://docs.rs/vertigo-forms/"
readme = "README.md"
keywords = [
    "wasm",
    "web",
    "isomorphic",
    "reactive",
    "javascript",
]
categories = [
    "asynchronous",
    "gui",
    "wasm",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/vertigo-web/vertigo-forms"

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

[dependencies.base64]
version = "0.22"

[dependencies.either]
version = "1.15"

[dependencies.vertigo]
version = "0.11"