[package]
edition = "2024"
rust-version = "1.85"
name = "crisp-diagnostics"
version = "1.5.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Crisp-level diagnostics and CIR→Crisp span mapping (spec §17.2–17.4)"
homepage = "https://crisp-lang.org/"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/jose-compu/crisp"
resolver = "2"
[lib]
name = "crisp_diagnostics"
path = "src/lib.rs"
[[test]]
name = "format_diagnostic"
path = "tests/format_diagnostic.rs"
[dependencies.crisp-ast]
version = "1.5.2"
[dependencies.thiserror]
version = "2"
[dev-dependencies.insta]
version = "1"