# 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 = "futures-to-stream" version = "0.2.0" authors = ["Owen Shepherd "] description = "Turn heterogeneous Futures of same associated Output type to a stream" homepage = "https://github.com/414owen/futures-to-stream/" readme = "README.md" keywords = [ "streams", "futures", "async", "asynchronous", "macro", ] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/414owen/futures-to-stream/" resolver = "2" [dependencies.futures] version = "~0.3" [dependencies.tokio] version = "~1" features = [ "rt", "time", "macros", ]