flowly 0.4.13

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"
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"
path = "src/lib.rs"

[[example]]
name = "concurrent_each"
path = "examples/concurrent_each.rs"

[[example]]
name = "demo"
path = "examples/demo.rs"

[[example]]
name = "inspect"
path = "examples/inspect.rs"

[[example]]
name = "scope"
path = "examples/scope.rs"

[[example]]
name = "spawn_each"
path = "examples/spawn_each.rs"

[dependencies.bytes]
version = "1.10.1"

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

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

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

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

[dependencies.futures]
version = "0.3.31"

[dev-dependencies.async-stream]
version = "0.3.6"

[dev-dependencies.env_logger]
version = "0.11.8"

[dev-dependencies.log]
version = "0.4"

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