[package]
edition = "2024"
name = "flowly-spsc"
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_spsc"
path = "src/lib.rs"
[[example]]
name = "simple"
path = "examples/simple.rs"
[dependencies.atomic-waker]
version = "1.1.2"
[dependencies.futures]
version = "0.3.31"
[dependencies.parking_lot]
version = "0.12.4"
[dev-dependencies.futures]
version = "0.3.31"
[dev-dependencies.tokio]
version = "1.45.0"
features = [
"sync",
"rt-multi-thread",
"full",
]