[[bench]]
harness = false
name = "spawner"
path = "benches/spawner.rs"
[dependencies.async-std]
optional = true
version = "1.12.0"
[dependencies.futures]
version = "0.3.15"
[dependencies.pin-project]
version = "1.0"
[dependencies.tokio]
features = ["rt-multi-thread", "macros", "sync"]
optional = true
version = "1.0"
[dev-dependencies.async-std]
features = ["attributes"]
version = "1.12.0"
[dev-dependencies.femme]
version = "2.2.1"
[dev-dependencies.log]
features = ["kv_unstable"]
version = "0.4.20"
[features]
use-async-std = ["async-std"]
use-tokio = ["tokio"]
[package]
authors = ["Rajsekar Manokaran <rajsekar@gmail.com>"]
categories = ["asynchronous", "concurrency"]
description = "Spawn scoped (non 'static) asynchronous futures for async_std and tokio runtimes"
documentation = "https://docs.rs/async-scoped"
edition = "2018"
homepage = "https://github.com/rmanoka/async-scoped"
keywords = ["async", "async-std", "tokio", "scoped", "spawn"]
license = "Apache-2.0/MIT"
name = "async-scoped"
readme = "README.md"
repository = "https://github.com/rmanoka/async-scoped"
version = "0.9.0"
[package.metadata.docs.rs]
features = ["use-async-std", "use-tokio"]