web-task 1.0.0

The simplest way to run async tasks on the web
Documentation
[dependencies.async-task]
default-features = false
version = "4.7.1"

[dependencies.js-sys]
default-features = false
version = "0.3.77"

[dependencies.once_cell]
default-features = false
version = "1.21.3"

[dependencies.wasm-bindgen]
default-features = false
version = "0.2.100"

[features]
default = ["std"]
std = ["wasm-bindgen/std", "js-sys/std", "async-task/std"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The simplest way to run async tasks on the web"
edition = "2024"
include = ["/LICENSE-*", "/src"]
license = "MIT OR Apache-2.0"
name = "web-task"
readme = "README.md"
repository = "https://github.com/NthTensor/web-task"
version = "1.0.0"