plaster-forms 0.1.13

A form handler for front-end web applications.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "plaster-forms"
version = "0.1.13"
authors = ["Carlos Diaz-Padron <carlosdiazpadron@gmail.com>"]
description = "A form handler for front-end web applications."
homepage = "https://github.com/carlosdp/plaster"
documentation = "https://docs.rs/plaster-forms/"
readme = "README.md"
keywords = ["web", "wasm", "javascript", "forms"]
categories = ["gui", "web-programming"]
license = "MIT/Apache-2.0"
repository = "https://github.com/carlosdp/plaster"
[dependencies.log]
version = "0.4"

[dependencies.plaster]
version = "0.2"

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.serde_derive]
version = "1.0"
optional = true

[dependencies.wasm-bindgen]
version = "0.2"
features = ["serde-serialize"]
optional = true

[dependencies.web-sys]
version = "0.3"
features = ["CustomEvent", "Event"]
optional = true
[dev-dependencies.wasm-bindgen]
version = "=0.2.40"

[features]
ionic = ["wasm-bindgen", "web-sys", "serde", "serde_derive"]