terminput-web-sys 0.2.8

web-sys adapter for terminput
Documentation
[dependencies.terminput]
version = "0.5.12"

[dependencies.web_sys_0_3]
features = ["KeyboardEvent", "MouseEvent", "DragEvent", "ClipboardEvent", "WheelEvent", "DataTransfer", "Document", "Window", "Element"]
optional = true
package = "web-sys"
version = "0.3.77"

[features]
default = ["web_sys_0_3"]
web_sys_0_3 = ["dep:web_sys_0_3"]

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

[lints.clippy]
default_trait_access = "warn"
doc_markdown = "warn"
ignored_unit_patterns = "warn"
missing_fields_in_debug = "warn"
semicolon_if_nothing_returned = "warn"
use_self = "warn"

[lints.rustdoc]
broken_intra_doc_links = "deny"

[package]
authors = ["Austin Schey <aschey13@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface", "encoding"]
description = "web-sys adapter for terminput"
edition = "2024"
homepage = "https://github.com/aschey/terminput"
include = ["/src", "/examples", "/tests", "LICENSE-MIT", "LICENSE-APACHE"]
keywords = ["tui", "terminal", "input", "ratatui"]
license = "MIT OR Apache-2.0"
name = "terminput-web-sys"
readme = "README.md"
repository = "https://github.com/aschey/terminput"
rust-version = "1.88"
version = "0.2.8"

[package.metadata.docs.rs]
all-features = true
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
rustdoc-args = ["--cfg", "docsrs"]