# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "async-fn-stream" version = "0.2.2" description = "Lightweight implementation of `async-stream` without macros" homepage = "https://github.com/dmitryvk/async-fn-stream" readme = "README.md" keywords = [ "async", "stream", ] license = "MIT" repository = "https://github.com/dmitryvk/async-fn-stream" [dependencies.futures-util] version = "0.3" features = ["std"] default-features = false [dependencies.pin-project-lite] version = "0.2" [dev-dependencies.anyhow] version = "1" [dev-dependencies.futures-executor] version = "0.3" features = [ "std", "thread-pool", ] default-features = false [dev-dependencies.tokio] version = "1.0" features = ["full"]