[build-dependencies]
[dependencies.stick]
version = "0.11"
[dev-dependencies.devout]
version = "0.2"
[dev-dependencies.pasts]
version = "0.7"
[package]
authors = ["Jeron Aldaron Lau <jeronlau@plopgrizzly.com>"]
categories = []
description = "Human interface devices"
documentation = "https://docs.rs/human"
edition = "2018"
homepage = "https://github.com/libcala/human/blob/main/CHANGELOG.md"
include = ["Cargo.toml", "src/*"]
keywords = []
license = "Apache-2.0 OR MIT OR BSL-1.0"
name = "human"
readme = "README.md"
repository = "https://github.com/libcala/human"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-unknown-linux-gnu"
[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"
[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
features = ["Window", "Document", "Element", "Node", "InputEvent", "KeyboardEvent", "MouseEvent", "WheelEvent", "HtmlElement", "HtmlInputElement", "HtmlCollection", "AddEventListenerOptions"]
version = "0.3"