flowly-service 0.4.11

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.fastrand]
version = "2.3.0"

[dependencies.flowly-core]
version = "0.4"

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

[dependencies.futures]
version = "0.3.31"

[dependencies.log]
version = "0.4"

[dependencies.pin-project-lite]
version = "0.2"

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

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

[dependencies.tokio-stream]
version = "0.1.17"

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

[lib]
name = "flowly_service"
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-service"
readme = "README.md"
repository = "https://github.com/flowly-team/flowly"
version = "0.4.11"