[package]
edition = "2024"
name = "fedimint-util-error"
version = "0.10.1"
authors = ["The Fedimint Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "fedimint-util-error provides error formatting utilities for the Fedimint ecosystem."
readme = "README.md"
license = "MIT"
repository = "https://github.com/fedimint/fedimint"
resolver = "2"
[lib]
name = "fedimint_util_error"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1.0.98"
[lints.clippy]
dbg_macro = "deny"
literal_string_with_formatting_args = "deny"