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