pasts 0.14.3

Minimal and simpler alternative to the futures crate.
Documentation
[dependencies.wasm-bindgen-futures]
optional = true
version = "0.4"
[dev-dependencies.async-std]
version = "1.11"

[dev-dependencies.async_main]
features = ["pasts"]
version = "0.4"

[dev-dependencies.whisk]
version = "0.11"

[features]
default = ["std"]
std = []
web = ["dep:wasm-bindgen-futures"]

[package]
autobins = false
categories = ["asynchronous", "embedded", "no-std", "rust-patterns", "wasm"]
description = "Minimal and simpler alternative to the futures crate."
documentation = "https://docs.rs/pasts"
edition = "2021"
homepage = "https://github.com/ardaku/pasts/blob/stable/CHANGELOG.md"
include = ["/examples/", "/README.md", "/src/"]
keywords = ["futures", "platform-agnostic", "cross-platform", "io", "executor"]
license = "Apache-2.0 OR BSL-1.0 OR MIT"
name = "pasts"
readme = "README.md"
repository = "https://github.com/ardaku/pasts"
version = "0.14.3"
[target."cfg(all(target_arch=\"wasm32\", target_os=\"unknown\"))".dev-dependencies.wasm-bindgen]
version = "0.2"