async-gen 0.3.0

Async generator in stable rust using async/await
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 = "async-gen"
version = "0.3.0"
authors = ["Nur <nurmohammed840@gmail.com>"]
build = false
exclude = [
    "/async-gen-macros",
    "/tests",
    ".*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async generator in stable rust using async/await"
readme = "README.md"
keywords = [
    "async",
    "generator",
]
license = "MIT"
repository = "https://github.com/nurmohammed840/async-gen"

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

[[example]]
name = "tcp_accept"
path = "examples/tcp_accept.rs"

[[bench]]
name = "simple"
path = "benches/simple.rs"
harness = false

[[bench]]
name = "utils"
path = "benches/utils.rs"

[dependencies.async-gen-macros]
version = "0.4"

[dependencies.futures-core]
version = "0.3"

[dev-dependencies.async-stream]
version = "0.3"

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.futures]
version = "0.3"
features = ["default"]

[dev-dependencies.nio]
version = "0.1.4"