[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"]