[package]
edition = "2021"
name = "etdl-core"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ETDL runtime: BranchMonitor, retry policies, SLA anomaly detection, chaos injection, and telemetry for reliability-aware event-driven services"
homepage = "https://github.com/usamassem/etdl"
readme = "README.md"
keywords = [
"etdl",
"reliability",
"sla-monitoring",
"chaos-engineering",
"event-driven",
]
categories = [
"development-tools",
"asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/usamassem/etdl"
[lib]
name = "etdl_core"
path = "src/lib.rs"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
version = "1"
features = ["time"]