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 = "2018" 14rust-version = "1.56" 15name = "async-stream" 16version = "0.3.5" 17authors = ["Carl Lerche <[email protected]>"] 18description = "Asynchronous streams using async & await notation" 19readme = "README.md" 20license = "MIT" 21repository = "https://github.com/tokio-rs/async-stream" 22 23[dependencies.async-stream-impl] 24version = "=0.3.5" 25 26[dependencies.futures-core] 27version = "0.3" 28 29[dependencies.pin-project-lite] 30version = "0.2" 31 32[dev-dependencies.futures-util] 33version = "0.3" 34 35[dev-dependencies.rustversion] 36version = "1" 37 38[dev-dependencies.tokio] 39version = "1" 40features = ["full"] 41 42[dev-dependencies.trybuild] 43version = "1" 44