[package]
edition = "2024"
rust-version = "1.89"
name = "rootcause-preformat"
version = "0.13.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Preformatting support for the rootcause error reporting library"
documentation = "https://docs.rs/rootcause-preformat"
readme = "README.md"
keywords = [
"error",
"error-handling",
"ergonomic",
"library",
"preformat",
]
categories = ["rust-patterns"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rootcause-rs/rootcause"
[lib]
name = "rootcause_preformat"
path = "src/lib.rs"
[dependencies.rootcause]
version = "=0.13.0"
[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0
check-cfg = ["cfg(nightly_extra_checks)"]