threadloom-core 0.1.14

Core primitives and reactivity engine for the Threadloom framework. Best used with the Distaff CLI tool.
Documentation
[package]

name = "threadloom-core"

version = "0.1.14"

edition = "2024"

description = "Core primitives and reactivity engine for the Threadloom framework. Best used with the Distaff CLI tool."

license = "MIT"

repository = "https://github.com/Parth3930/threadloom"

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"]



[dependencies]

serde = { version = "1.0", features = ["derive"] }

serde_json = "1.0"

wasm-bindgen = "0.2"

wasm-bindgen-futures = "0.4"

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