error-collection 1.0.1

A generic collection around dynamic errors
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "error-collection"
version = "1.0.1"
authors = ["MarcGuiselin"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A generic collection around dynamic errors"
homepage = "https://crates.io/crates/error-collection"
readme = "README.md"
categories = [
    "rust-patterns",
    "development-tools::debugging",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/wasvy-org/wasvy"

[lib]
name = "error_collection"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.derive_more]
version = "2"
features = [
    "deref",
    "deref_mut",
]
default-features = false