rust-stream-ext-concurrent 2.0.0

Concurrent behavior extensions for any futures::stream::Stream objects
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"
rust-version = "1.82.0"
name = "rust-stream-ext-concurrent"
version = "2.0.0"
authors = ["HOPR Association <tech@hoprnet.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Concurrent behavior extensions for any futures::stream::Stream objects"
readme = "README.md"
license = "MIT"
repository = "https://github.com/hoprnet/rust-stream-ext-concurrent"

[lib]
name = "rust_stream_ext_concurrent"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.futures]
version = "0.3.31"

[dependencies.pin-project]
version = "1.1.10"

[dev-dependencies.tokio]
version = "1.49.0"
features = ["full"]