# 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" rust-version = "1.56" name = "buffer-unordered-weighted" version = "0.1.2" description = "Stream::buffer_unordered where each future can have a different weight." readme = "README.md" keywords = [ "stream", "futures", "async", "buffer_unordered", ] categories = ["asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/nextest-rs/buffer-unordered-weighted" resolver = "2" [dependencies.futures-util] version = "0.3.25" features = ["std"] default-features = false [dependencies.pin-project-lite] version = "0.2.9" [dev-dependencies.futures] version = "0.3.25" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.proptest-derive] version = "0.3.0" [dev-dependencies.tokio] version = "1.21.2" features = [ "macros", "sync", "test-util", "time", ]