torrust-located-error 3.0.0

A library to provide error decorator with the location and the source of the original error.
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"
rust-version = "1.88"
name = "torrust-located-error"
version = "3.0.0"
authors = ["Nautilus Cyberneering <info@nautilus-cyberneering.de>, Mick van Dijke <mick@dutchbits.nl>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library to provide error decorator with the location and the source of the original error."
homepage = "https://torrust.com/"
documentation = "https://docs.rs/torrust-located-error/"
readme = "README.md"
keywords = [
    "errors",
    "helper",
    "library",
]
license = "AGPL-3.0-only"
repository = "https://github.com/torrust/torrust-located-error"

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

[dependencies.tracing]
version = "0"

[dev-dependencies.thiserror]
version = "2"