• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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"
16version = "0.3.2"
17authors = ["Carl Lerche <me@carllerche.com>"]
18description = "Asynchronous streams using async & await notation"
19homepage = "https://github.com/tokio-rs/async-stream"
20documentation = "https://docs.rs/async-stream"
21readme = "README.md"
22license = "MIT"
23repository = "https://github.com/tokio-rs/async-stream"
24[dependencies.async-stream-impl]
25version = "=0.3.2"
26
27[dependencies.futures-core]
28version = "0.3"
29[dev-dependencies.futures-util]
30version = "0.3"
31
32[dev-dependencies.tokio]
33version = "1"
34features = ["full"]
35
36[dev-dependencies.tokio-test]
37version = "0.4"
38
39[dev-dependencies.trybuild]
40version = "1"
41