flowly 0.1.0

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

[dependencies.bitflags]
version = "2.9.1"

[dependencies.bytes]
version = "1.10.1"

[dependencies.futures]
version = "0.3.31"

[dependencies.stream-cancel]
version = "0.8.2"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
features = ["sync", "rt-multi-thread"]
version = "1.45.0"

[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/andreytkachenko/flowly"
keywords = ["pipeline", "async", "machine-learning", "audio", "video"]
license = "MIT"
name = "flowly"
readme = "README.md"
repository = "https://github.com/andreytkachenko/flowly"
version = "0.1.0"