dynamic_join_array 0.1.3

A dynamic array that can be used to join futures for single thread async programming
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 = "2021"
name = "dynamic_join_array"
version = "0.1.3"
authors = ["dbydd <dbydd@outlook.com>"]
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A dynamic array that can be used to join futures for single thread async programming"
readme = false
keywords = [
    "futures",
    "dynamic",
    "join",
    "no_std",
]
categories = ["concurrency"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dbydd/dynamic_join_array"

[lib]
name = "dynamic_join_array"
path = "src/lib.rs"

[dependencies.async-lock]
version = "3.4.0"
default-features = false

[dependencies.futures]
version = "0.3.31"
features = [
    "async-await",
    "alloc",
]
default-features = false

[dev-dependencies.tokio]
version = "1.23.0"
features = ["full"]
default-features = false