[package] name = "async_ctx" version = "0.1.1" authors = ["nytopop "] edition = "2018" license = "MIT OR Apache-2.0" description = "Asynchronous contexts." homepage = "https://github.com/nytopop/async_ctx" repository = "https://github.com/nytopop/async_ctx" documentation = "https://docs.rs/async_ctx" keywords = ["async", "context", "testing", "scope"] [dev-dependencies.tokio] version = "0.2" features = ["time", "macros", "rt-threaded"]