# 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 = "mapped_futures" version = "0.1.13" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of futures based on FuturesUnordered that supports insertion, removal and mutation of futures by key" readme = "README.md" keywords = [ "future", "FuturesUnordered", "HashMap", "async", "stream", ] categories = ["asynchronous"] license = "GPL-3.0" repository = "https://github.com/StoicDeveloper/mapped_futures" [lib] name = "mapped_futures" path = "src/lib.rs" [dependencies.bisetmap] version = "0.1.6" [dependencies.futures-core] version = "0.3.31" [dependencies.futures-task] version = "0.3.31" [dependencies.futures-util] version = "0.3.31" [dev-dependencies.futures] version = "0.3.0" [dev-dependencies.futures-lite] version = "1.12.0" [dev-dependencies.futures-timer] version = "3.0.3"