streamtools 0.7.7

Additional stream combinators
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"
rust-version = "1.85.0"
name = "streamtools"
version = "0.7.7"
authors = ["extremeandy"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Additional stream combinators"
readme = "README.md"
categories = [
    "algorithms",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/extremeandy/streamtools"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
test-util = ["tokio-time"]
tokio-time = [
    "dep:tokio",
    "dep:tokio-stream",
]

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

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

[dependencies.either-or-both]
version = "0.3.0"
features = ["std"]
default-features = false

[dependencies.futures]
version = "0.3.28"

[dependencies.parking_lot]
version = "0.12.1"

[dependencies.pin-project-lite]
version = "0.2.9"

[dependencies.tokio]
version = "1.48.0"
features = ["time"]
optional = true

[dependencies.tokio-stream]
version = "0.1.14"
features = ["time"]
optional = true

[dev-dependencies.quickcheck]
version = "1.0.3"

[dev-dependencies.quickcheck_macros]
version = "1.1.0"

[dev-dependencies.tokio]
version = "1.48.0"
features = [
    "rt-multi-thread",
    "sync",
    "macros",
    "time",
]

[dev-dependencies.tokio-stream]
version = "0.1.14"
features = [
    "sync",
    "time",
]

[dev-dependencies.tokio-test]
version = "0.4.2"

[build-dependencies.rustc_version]
version = "0.4.0"