with-async-context 0.1.3

A Rust library for managing contextual data across async tasks
Documentation
[dependencies.log]
version = "0.4.20"

[dependencies.pin-project]
version = "1.1.10"

[dependencies.tokio]
features = ["rt", "macros", "time"]
version = "1.36.0"

[dev-dependencies.futures]
version = "0.3.26"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "web-programming"]
description = "A Rust library for managing contextual data across async tasks"
documentation = "https://docs.rs/with-async-context"
edition = "2021"
keywords = ["async", "context", "middleware", "web"]
license = "MIT"
name = "with-async-context"
readme = "README.md"
repository = "https://github.com/wonop-io/with-async-context"
version = "0.1.3"