[package] name = "iterstream" version = "0.1.2" authors = ["Michaƫl Hauspie "] edition = "2018" license-file = "LICENSE" readme = "README.md" repository = "https://gitlab.univ-lille.fr/michael.hauspie/iterstream" keywords = ["futures", "async", "iterator"] description = "Converts Iterator into real asynchronous Stream" [dependencies] futures = { version = "^0", features = ["thread-pool"]}