[dependencies.anyhow]
version = "1.0"
[dependencies.async-trait]
version = "0.1"
[dependencies.chrono]
default-features = true
features = ["clock", "std", "serde"]
version = "0.4"
[dependencies.futures]
version = "0.3"
[dependencies.pulse-core]
version = "0.1.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.pulse-state]
version = "0.1.0"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros", "fs", "io-util", "sync", "time", "rt-multi-thread", "macros"]
version = "1.39"
[lib]
name = "pulse_ops"
path = "src/lib.rs"
[package]
authors = ["Pulse Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Built-in operators and combinators for Pulse dataflows — map, filter, join, window, and custom processing logic."
edition = "2021"
license = "MIT"
name = "pulse-ops"
readme = "README.md"
repository = "https://github.com/brbtavares/pulse"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]