limited-join 0.1.0

A zero-dependency crate providing a join future with limited concurrency
Documentation
# 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 = "limited-join"
version = "0.1.0"
authors = ["Zebulon Piasecki"]
description = "A zero-dependency crate providing a join future with limited concurrency"
homepage = "https://github.com/zebp/limited-join"
documentation = "https://docs.rs/limited-join"
readme = "README.md"
license = "MIT"
repository = "https://github.com/zebp/limited-join"

[dependencies]

[dev-dependencies.tokio]
version = "1.20.0"
features = [
    "test-util",
    "macros",
]

[dev-dependencies.tokio-test]
version = "0.4.2"