[package]
name = "quarto-error-reporting"
version = "0.1.0"
edition = "2024"
authors = ["Posit Software, PBC"]
license = "MIT"
description = "Structured, source-aware diagnostics (ariadne-rendered) with a pluggable error-code catalog."
repository = "https://github.com/posit-dev/quarto-error-reporting"
homepage = "https://github.com/posit-dev/quarto-error-reporting"
readme = "README.md"
keywords = ["diagnostics", "error-reporting", "ariadne", "errors"]
categories = ["development-tools", "rust-patterns"]
[dependencies]
quarto-source-map = "0.1.0"
ariadne = "0.6"
thiserror = "2.0"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
schemars = { version = "1.2.1", optional = true }
url = "2.5"
[features]
json = ["dep:schemars"]