web-task 1.1.1

The simplest way to run async tasks on the web
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 = "web-task"
version = "1.1.1"
build = false
include = [
    "/LICENSE-*",
    "/src",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The simplest way to run async tasks on the web"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/NthTensor/web-task"

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

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

[dependencies.async-task]
version = "4.7.1"
default-features = false

[dependencies.cfg-if]
version = "1.0.4"

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

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