[dependencies.pin-project-lite]
version = "0.2"
[dev-dependencies.futures]
default-features = false
features = ["executor"]
version = "0.3"
[features]
alloc = []
default = ["std"]
std = ["alloc"]
[lib]
name = "scoped_futures"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["asynchronous"]
description = """
A utility crate for imposing upper bounds on Future lifetimes.
"""
edition = "2021"
homepage = "https://github.com/tlowerison/scoped-futures"
include = ["**/*.rs", "Cargo.toml", "LICENSE-*"]
keywords = ["scope", "future", "futures", "hrtb", "liftime"]
license = "MIT OR Apache-2.0"
name = "scoped-futures"
readme = "README.md"
repository = "https://github.com/tlowerison/scoped-futures"
version = "0.1.4"