[package] name = "async-context" version = "0.1.1" edition = "2021" description = "Provide context to async functions" license = "MIT" authors = ["Michel Smola "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] pin-project = "1.1.5" [dev-dependencies] tokio = { version = "1.37.0", features = ["macros", "rt"] }