uzor-web 1.0.21

Web/WASM backend for uzor
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 = "2021"
name = "uzor-web"
version = "1.0.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Web/WASM backend for uzor"
homepage = "https://github.com/zeng3ld/uzor"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/zeng3ld/uzor"

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

[dependencies.js-sys]
version = "0.3"

[dependencies.uzor]
version = "1.0.21"
features = ["serde"]

[dependencies.wasm-bindgen]
version = "0.2"

[dependencies.wasm-bindgen-futures]
version = "0.4"

[dependencies.web-sys]
version = "0.3"
features = [
    "Document",
    "Window",
    "HtmlCanvasElement",
    "Element",
    "Event",
    "MouseEvent",
    "TouchEvent",
    "TouchList",
    "Touch",
    "KeyboardEvent",
    "WheelEvent",
    "ClipboardEvent",
    "DataTransfer",
    "DragEvent",
    "FocusEvent",
    "EventTarget",
    "Navigator",
    "MediaQueryList",
    "Performance",
    "Clipboard",
    "CssStyleDeclaration",
    "HtmlElement",
    "CompositionEvent",
]

[dev-dependencies.wasm-bindgen-test]
version = "0.3"

[target.'cfg(target_arch = "wasm32")'.dependencies.console_error_panic_hook]
version = "0.1"