# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "human" version = "0.2.0" authors = ["Jeron Aldaron Lau <jeronlau@plopgrizzly.com>"] include = ["Cargo.toml", "src/*"] description = "Human interface devices" homepage = "https://github.com/libcala/human/blob/main/CHANGELOG.md" documentation = "https://docs.rs/human" readme = "README.md" keywords = [] categories = [] license = "Apache-2.0 OR MIT OR BSL-1.0" repository = "https://github.com/libcala/human" [package.metadata.docs.rs] all-features = true default-target = "x86_64-unknown-linux-gnu" [dependencies.stick] version = "0.11" [dev-dependencies.devout] version = "0.2" [dev-dependencies.pasts] version = "0.7" [build-dependencies] [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = ["Window", "Document", "Element", "Node", "InputEvent", "KeyboardEvent", "MouseEvent", "WheelEvent", "HtmlElement", "HtmlInputElement", "HtmlCollection", "AddEventListenerOptions"]