[package]
name = "ustreamer-input"
description = "Browser input event bridge — binary decode and mapping to application interaction events"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
documentation = "https://docs.rs/ustreamer-input"
readme = "../../README.md"
keywords = ["streaming", "input", "browser", "events", "wgpu"]
categories = ["web-programming", "gui"]
[dependencies]
ustreamer-proto = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }