[package]
edition = "2024"
name = "maat_errors"
version = "0.12.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compiler error types and diagnostic infrastructure for the Maat programming language"
homepage = "https://github.com/maatlabs/maat"
readme = "README.md"
keywords = [
"compiler",
"maat",
"zero-knowledge",
"zk",
"errors",
]
categories = ["compilers"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/maatlabs/maat"
resolver = "2"
[lib]
name = "maat_errors"
path = "src/lib.rs"
[dependencies.maat_span]
version = "0.12.2"
[dependencies.thiserror]
version = "2.0"