threadloom-dom 0.1.11

A meticulously crafted Rust full-stack framework.
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 = "threadloom-dom"
version = "0.1.11"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A meticulously crafted Rust full-stack framework."
readme = "README.md"
license = "MIT"

[lib]
name = "threadloom_dom"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[test]]
name = "stress_test"
path = "tests/stress_test.rs"

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

[dependencies.reqwasm]
version = "0.5"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.threadloom-core]
version = "0.1.1"

[dependencies.threadloom-scheduler]
version = "0.1.1"

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

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

[dependencies.web-sys]
version = "0.3"
features = [
    "Document",
    "Element",
    "HtmlDocument",
    "HtmlElement",
    "HtmlInputElement",
    "HtmlTextAreaElement",
    "HtmlSelectElement",
    "Window",
    "Node",
    "Text",
    "History",
    "WebSocket",
    "MessageEvent",
]

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