yew-limput 0.4.0

A yew component that provides an html input with real-time value filtering
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 = "yew-limput"
version = "0.4.0"
authors = ["Sean Bruton <sean@seanbruton.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A yew component that provides an html input with real-time value filtering"
readme = "README.md"
categories = [
    "gui",
    "web-programming",
    "wasm",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sbruton/yew-limput"

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

[dependencies.tracing]
version = "0.1.41"

[dependencies.web-sys]
version = "0.3.77"
features = ["HtmlInputElement"]

[dependencies.yew]
version = "0.21.0"