shunter 0.1.1

An experimental streaming pipeline library for Rust providing a composable DSL for building data pipelines
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"
rust-version = "1.93.1"
name = "shunter"
version = "0.1.1"
authors = ["aberfeldy <dev@aberfeldy.io>"]
build = false
exclude = [".idea/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An experimental streaming pipeline library for Rust providing a composable DSL for building data pipelines"
homepage = "https://github.com/aberfeldy/shunter"
documentation = "https://docs.rs/shunter"
readme = "README.md"
keywords = [
    "stream",
    "pipeline",
    "async",
    "reactive",
    "flow",
]
categories = [
    "asynchronous",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/aberfeldy/shunter"

[lib]
name = "shunter"
path = "src/lib.rs"

[[test]]
name = "source"
path = "tests/source.rs"

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