[package]
edition = "2024"
name = "flowly-service"
version = "0.4.13"
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_service"
path = "src/lib.rs"
[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]
version = "1.45.0"
features = [
"sync",
"rt-multi-thread",
]
[dependencies.tokio-stream]
version = "0.1.17"
[dev-dependencies.tokio]
version = "1.45.0"
features = ["full"]