flowly 0.4.0

Flowly is a library of modular and reusable components for building robust pipelines processing audio, video and other.
Documentation
[dependencies.bytes]
version = "1.10.1"

[dependencies.flowly-core]
version = "0.4"

[dependencies.flowly-io]
version = "0.4"

[dependencies.flowly-service]
version = "0.4"

[dependencies.flowly-spsc]
version = "0.4"

[dependencies.futures]
version = "0.3.31"

[dev-dependencies.async-stream]
version = "0.3.6"

[dev-dependencies.env_logger]
version = "0.11.8"

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

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

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

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

[package]
authors = ["Andrey Tkachenko <andrey@aidev.ru>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "network-programming"]
description = """
Flowly is a library of modular and reusable components for building robust
pipelines processing audio, video and other.
"""
edition = "2024"
homepage = "https://github.com/flowly-team/flowly"
keywords = ["pipeline", "async", "machine-learning", "audio", "video"]
license = "MIT"
name = "flowly"
readme = "README.md"
repository = "https://github.com/flowly-team/flowly"
version = "0.4.0"