[dependencies.arrayvec]
version = "0.7.6"
[dependencies.bitflags]
version = "2.9.1"
[dependencies.bytes]
version = "1.10.1"
[dependencies.futures]
version = "0.3.31"
[dependencies.thiserror]
version = "2.0"
[lib]
name = "flowly_core"
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-core"
readme = "README.md"
repository = "https://github.com/flowly-team/flowly"
version = "0.4.8"