# 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 = "2018" name = "streamunordered" version = "0.5.4" authors = ["Jon Gjengset "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An efficient async stream multiplexer" homepage = "https://github.com/jonhoo/streamunordered" readme = "README.md" categories = ["asynchronous"] license = "MIT/Apache-2.0" repository = "https://github.com/jonhoo/streamunordered.git" [lib] name = "streamunordered" path = "src/lib.rs" [[test]] name = "chan" path = "tests/chan.rs" [[test]] name = "iter" path = "tests/iter.rs" [[test]] name = "tcp" path = "tests/tcp.rs" [dependencies.futures-core] version = "0.3.0" [dependencies.futures-sink] version = "0.3.0" [dependencies.futures-util] version = "0.3.31" [dependencies.slab] version = "0.4.0" [dev-dependencies.async-bincode] version = "0.7.0" [dev-dependencies.bincode] version = "1.0.0" [dev-dependencies.futures] version = "0.3.0" [dev-dependencies.tokio] version = "1.6.0" features = ["full"] [dev-dependencies.tokio-stream] version = "0.1.1" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] repository = "jonhoo/streamunordered"