try_stream-transpose 0.1.0

Turn a stream of results into a stream of OKs without consuming the stream
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 = "try_stream-transpose"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Turn a stream of results into a stream of OKs without consuming the stream"
readme = "README.md"
categories = ["asynchronous"]
license = "EUPL-1.2"
repository = "https://codeberg.org/der-scheme/try_stream-transpose"

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

[dependencies.futures-util]
version = "0.3.32"
default-features = false

[dependencies.tokio]
version = "1.52.2"
features = [
    "rt",
    "sync",
]
default-features = false

[dependencies.tokio-stream]
version = "0.1.18"
default-features = false

[dev-dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.tokio]
version = "1.52.2"
features = ["rt-multi-thread"]
default-features = false