flowly 0.2.4

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.2.0"

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

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

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

[dependencies.futures]
version = "0.3.31"

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

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

[[example]]
name = "demo"
path = "examples/demo.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.2.4"