flowly-core 0.6.0

Flowly is a library of modular and reusable components for building robust pipelines processing audio, video and other.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"