[dependencies.chrono]
version = "0.4"
[dependencies.futures]
version = "0.3"
[dependencies.tokio]
features = ["rt-multi-thread", "time"]
version = "1"
[dev-dependencies.trybuild]
version = "1"
[features]
default = []
errs-notify = []
full = ["errs-notify"]
[lib]
name = "errs"
path = "src/lib.rs"
[package]
authors = ["Takayuki Sato <sttk.xslet@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "A library for handling errors with reasons"
documentation = "https://docs.rs/errs"
edition = "2021"
keywords = ["error", "error-handling", "reason", "notify", "notification"]
license = "MIT"
name = "errs"
readme = "README.md"
repository = "https://github.com/sttk/errs-rust"
rust-version = "1.80.1"
version = "0.3.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu"]
[[test]]
name = "errs_test"
path = "tests/errs_test.rs"