input-rs 0.2.6

🔤 A highly customizable input component for WASM frameworks like Yew, Dioxus, and Leptos.
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"
rust-version = "1.86"
name = "input-rs"
version = "0.2.6"
authors = ["Mahmoud Harmouch <oss@wiseai.dev>"]
build = false
exclude = [
    "assets",
    "examples",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "🔤 A highly customizable input component for WASM frameworks like Yew, Dioxus, and Leptos."
documentation = "https://docs.rs/input-rs/"
readme = "README.md"
keywords = [
    "input",
    "yew",
    "dioxus",
    "leptos",
    "input-rs",
]
categories = [
    "web-programming",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/opensass/input-rs"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[badges.maintenance]
status = "actively-developed"

[features]
dio = ["dioxus"]
lep = ["leptos"]
yew = ["dep:yew"]

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

[dependencies.dioxus]
version = "0.6.3"
optional = true

[dependencies.leptos]
version = "0.7.7"
optional = true

[dependencies.web-sys]
version = "0.3"
default-features = false

[dependencies.yew]
version = "0.22.0"
optional = true
default-features = false

[dev-dependencies.bump2version]
version = "0.1.4"

[dev-dependencies.regex]
version = "1.10.2"

[dev-dependencies.serde]
version = "1.0.193"
features = ["derive"]

[profile.release]
opt-level = "z"
lto = "thin"
codegen-units = 1
debug = 0
panic = "abort"
incremental = false
strip = "symbols"