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 are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2021" 14rust-version = "1.65" 15name = "async-stream-impl" 16version = "0.3.6" 17authors = ["Carl Lerche <me@carllerche.com>"] 18build = false 19autobins = false 20autoexamples = false 21autotests = false 22autobenches = false 23description = "proc macros for async-stream crate" 24readme = false 25license = "MIT" 26repository = "https://github.com/tokio-rs/async-stream" 27 28[lib] 29name = "async_stream_impl" 30path = "src/lib.rs" 31proc-macro = true 32 33[dependencies.proc-macro2] 34version = "1.0.60" 35 36[dependencies.quote] 37version = "1" 38 39[dependencies.syn] 40version = "2.0.2" 41features = [ 42 "full", 43 "visit-mut", 44] 45 46[dev-dependencies.futures-core] 47version = "0.3" 48 49[dev-dependencies.futures-util] 50version = "0.3" 51 52[dev-dependencies.tokio] 53version = "1" 54features = ["full"] 55