[dependencies.thiserror]
version = "2"
[dev-dependencies]
[lib]
name = "error_kit"
path = "src/lib.rs"
[package]
authors = ["Dominik Jelinek <dominik.jelinek111@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "A comprehensive error handling library for Rust applications"
edition = "2021"
keywords = ["error-handling", "thiserror", "error-patterns", "error-management", "ergonomic"]
license = "BSD-3-Clause"
name = "error-kit"
readme = "README.md"
repository = "https://github.com/dominikj111/error-kit"
version = "0.1.0"
[[test]]
name = "constructors_test"
path = "tests/constructors_test.rs"
[[test]]
name = "mod"
path = "tests/mod.rs"
[[test]]
name = "types_test"
path = "tests/types_test.rs"