File: Cargo.toml.orig

package info (click to toggle)
rust-async-stream-impl 0.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 84 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 554 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "async-stream-impl"
version = "0.3.6"
edition = "2021"
rust-version = "1.65"
license = "MIT"
authors = ["Carl Lerche <me@carllerche.com>"]
description = "proc macros for async-stream crate"
repository = "https://github.com/tokio-rs/async-stream"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0.60"
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"] }