[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0.17"
[features]
default = []
[lib]
name = "streamweave_error"
path = "src/lib.rs"
[package]
authors = ["Tom Wieland <tom.wieland@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "data-structures"]
description = "Error handling system for StreamWeave"
documentation = "https://docs.rs/streamweave"
edition = "2024"
homepage = "https://github.com/Industrial/streamweave"
keywords = ["stream", "async", "pipeline", "data-processing", "rust"]
license = "CC-BY-SA-4.0"
name = "streamweave-error"
readme = false
repository = "https://github.com/Industrial/streamweave"
resolver = "2"
version = "0.3.0"