[package] name = "futures-join-stream" version = "0.0.2" authors = ["Daniel De Graaf "] license = "MIT OR Apache-2.0" edition = "2018" description = "Efficient sorted joining of continuous sorted async Streams" repository = "https://github.com/danieldg/futures-join-stream" keywords = ["async"] [dependencies] ordered-stream = "0.1"