[package]
edition = "2024"
rust-version = "1.95"
name = "bougie-errors"
version = "0.26.0"
authors = ["Jelle Besseling <jelle@pingiun.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Domain error taxonomy + exit-code map for bougie."
readme = false
license = "EUPL-1.2"
repository = "https://github.com/cresset-tools/bougie"
[lib]
name = "bougie_errors"
path = "src/lib.rs"
[dependencies.eyre]
version = "0.6"
[dependencies.thiserror]
version = "2.0"
[lints.clippy]
missing_errors_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
missing_debug_implementations = "warn"
unsafe_code = "deny"