[package] name = "safe-async-scoped" version = "0.1.1" authors = ["nullchinchilla "] edition = "2018" license = "MIT OR BSD-2-Clause OR Apache-2.0" description = "A minimal, safe library for scoped async tasks." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] futures = {version="0.3"}