[dev-dependencies.anyhow]
version = "1.0"
[dev-dependencies.thiserror]
version = "1.0"
[lib]
name = "tighterror"
path = "src/lib.rs"
[package]
authors = ["Rafael Buchbinder <rafi@rbk.io>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["rust-patterns", "no-std", "no-std::no-alloc"]
description = "A minimalistic error representation framework."
edition = "2021"
exclude = [".git*", ".vscode/*", "Makefile.toml"]
keywords = ["error", "error-handling", "error-reporting", "tighterror", "no_std"]
license = "MIT OR Apache-2.0"
name = "tighterror"
readme = "README.md"
repository = "https://github.com/r-bk/tighterror"
version = "0.0.22"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]