streem 0.3.0

Simple utilities for creating and consuming streams
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 = "streem"
version = "0.3.0"
authors = ["asonix <asonix@asonix.dog>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple utilities for creating and consuming streams"
documentation = "https://docs.rs/streem"
readme = "README.md"
keywords = [
    "async",
    "streams",
]
license = "GPL-3.0-only"
repository = "https://git.asonix.dog/asonix/streaming"

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

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

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

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

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

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

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

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

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

[dev-dependencies.futures-executor]
version = "0.3"