1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "async-stream-impl"
16version = "0.3.0"
17authors = ["Carl Lerche <me@carllerche.com>"]
18description = "proc macros for async-stream crate"
19homepage = "https://github.com/tokio-rs/async-stream"
20documentation = "https://docs.rs/async-stream-impl/0.3.0/async-stream-impl"
21license = "MIT"
22repository = "https://github.com/tokio-rs/async-stream"
23
24[lib]
25proc-macro = true
26[dependencies.proc-macro2]
27version = "1"
28
29[dependencies.quote]
30version = "1"
31
32[dependencies.syn]
33version = "1"
34features = ["extra-traits", "full", "visit-mut"]
35[dev-dependencies.futures-core]
36version = "0.3"
37
38[dev-dependencies.futures-util]
39version = "0.3"
40
41[dev-dependencies.tokio]
42version = "0.2"
43features = ["full"]
44