[package]
edition = "2024"
rust-version = "1.85"
name = "prikk-error"
version = "0.27.0"
authors = ["nabbisen"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared error taxonomy for Prikk crates. Internal to the prikk CLI; its API may change without notice before 1.0."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/nabbisen/prikk"
[lib]
name = "prikk_error"
path = "src/lib.rs"
[lints.clippy]
expect_used = "warn"
indexing_slicing = "warn"
undocumented_unsafe_blocks = "forbid"
unwrap_used = "warn"
[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"