[[bench]]
harness = false
name = "benchmark"
path = "benches/benchmark.rs"
[dependencies.exn]
version = "0.2"
[dev-dependencies.criterion]
version = "0.5"
[dev-dependencies.proptest]
version = "1.4"
[[example]]
name = "basic"
path = "examples/basic.rs"
[features]
db = []
default = []
http = []
storage = []
[lib]
name = "erract"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing"]
description = "Structured, context-aware error handling for Rust applications"
edition = "2021"
keywords = ["error", "error-handling", "context", "retry"]
license = "MIT OR Apache-2.0"
name = "erract"
readme = "README.md"
repository = "https://github.com/erract/erract"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true