# 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.71" name = "bounded_join_set" version = "0.1.0" authors = ["Tristan Streichenberger "] description = """ A Concurrency-Limited JoinSet for Tokio. """ documentation = "https://docs.rs/bounded_join_set" readme = "README.md" keywords = [ "tokio", "async", "non-blocking", "futures", "concurrency", ] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/tStreichenberger/bounded_join_set" [dependencies.tokio] version = "1.32" features = [ "rt", "sync", ] [dev-dependencies.tokio] version = "1.32" features = [ "macros", "time", "rt-multi-thread", ]