async-iter-ext 0.3.0

Async iterator methods and async methods for option and result.
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 = "2024"
name = "async-iter-ext"
version = "0.3.0"
authors = ["csandven"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async iterator methods and async methods for option and result."
readme = "README.md"
keywords = [
    "iterator",
    "async",
    "option",
    "result",
]
categories = ["rust-patterns"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/csandven/async-iter-ext"

[lib]
name = "async_iter_ext"
path = "src/lib.rs"
test = false
bench = false

[[test]]
name = "iter_filter_async"
path = "tests/iter_filter_async.rs"

[[test]]
name = "iter_for_each_async"
path = "tests/iter_for_each_async.rs"

[[test]]
name = "iter_map_async"
path = "tests/iter_map_async.rs"

[[test]]
name = "option_async"
path = "tests/option_async.rs"

[[test]]
name = "process_results"
path = "tests/process_results.rs"

[[test]]
name = "result_async"
path = "tests/result_async.rs"

[dependencies]

[dev-dependencies.async-std]
version = "1.13"
features = ["attributes"]

[dev-dependencies.rstest]
version = "0.25"