threadloom-core 0.1.14

Core primitives and reactivity engine for the Threadloom framework. Best used with the Distaff CLI tool.
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 = "2024"
name = "threadloom-core"
version = "0.1.14"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core primitives and reactivity engine for the Threadloom framework. Best used with the Distaff CLI tool."
homepage = "https://github.com/Parth3930/threadloom"
documentation = "https://crates.io/crates/distaff"
readme = "README.md"
keywords = [
    "core",
    "framework",
    "webassembly",
    "threadloom",
    "reactivity",
]
categories = [
    "web-programming",
    "wasm",
    "gui",
]
license = "MIT"
repository = "https://github.com/Parth3930/threadloom"
resolver = "2"

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

[[bin]]
name = "bench_graph"
path = "src/bin/bench_graph.rs"

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

[dependencies.serde_json]
version = "1.0"

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

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

[dependencies.web-sys]
version = "0.3"
features = [
    "Window",
    "Request",
    "RequestInit",
    "RequestMode",
    "Response",
    "Headers",
    "Event",
]