blob: 5c6be2fe250310f5ac8be21a791b1994f15c6363 [file] [log] [blame] [edit]
[package]
name = "async-stream-impl"
version = "0.3.5"
edition = "2018"
rust-version = "1.56"
license = "MIT"
authors = ["Carl Lerche <[email protected]>"]
description = "proc macros for async-stream crate"
repository = "https://github.com/tokio-rs/async-stream"
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1"
syn = { version = "2.0.2", features = ["full", "visit-mut"] }
quote = "1"
[dev-dependencies]
async-stream = { path = "../async-stream" }
futures-core = "0.3"
futures-util = "0.3"
tokio = { version = "1", features = ["full"] }