spawns 0.2.5

Async runtime agnostic thread context task spawner for Rust
Documentation
[dependencies.spawns-compat]
optional = true
version = "0.2.1"

[dependencies.spawns-core]
version = "1.1.1"

[dependencies.spawns-executor]
optional = true
version = "0.1.1"

[dev-dependencies.async-net]
version = "2.0.0"

[dev-dependencies.futures-lite]
version = "2.3.0"

[features]
async-global-executor = ["spawns-compat/async-global-executor"]
compat = ["spawns-core/compat"]
default = []
executor = ["spawns-executor"]
panic-multiple-global-spawners = ["spawns-core/panic-multiple-global-spawners"]
smol = ["spawns-compat/smol"]
tokio = ["spawns-compat/tokio"]

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

[package]
authors = ["Kezhu Wang <kezhuw@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Async runtime agnostic thread context task spawner for Rust"
documentation = "https://docs.rs/spawns"
edition = "2021"
homepage = "https://github.com/kezhuw/spawns"
license = "Apache-2.0"
name = "spawns"
readme = "README.md"
repository = "https://github.com/kezhuw/spawns"
version = "0.2.5"

[package.metadata.docs.rs]
all-features = true