mago-reporting 1.2.2

Structured error and diagnostic reporting utilities.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.91.1"
name = "mago-reporting"
version = "1.2.2"
authors = ["Saif Eddin Gmati <azjezz@carthage.software>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Structured error and diagnostic reporting utilities."
homepage = "https://mago.carthage.software"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/carthage-software/mago"

[lib]
name = "mago_reporting"
path = "src/lib.rs"

[dependencies.ahash]
version = "0.8"
features = [
    "compile-time-rng",
    "std",
]
default-features = false

[dependencies.ariadne]
version = "0.6.0"

[dependencies.atty]
version = "0.2"

[dependencies.blake3]
version = "1.8.1"

[dependencies.codespan-reporting]
version = "0.13.1"
features = [
    "serde",
    "serialization",
]

[dependencies.mago-database]
version = "1.2.2"

[dependencies.mago-span]
version = "1.2.2"

[dependencies.mago-text-edit]
version = "1.2.2"

[dependencies.schemars]
version = "1.1"
features = ["preserve_order"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde-sarif]
version = "0.8"

[dependencies.serde_json]
version = "1.0.138"

[dependencies.strum]
version = "0.27"
features = ["derive"]

[dependencies.termcolor]
version = "1.4.1"

[lints.clippy.dbg_macro]
level = "forbid"
priority = 0

[lints.clippy.large_enum_variant]
level = "allow"
priority = 0

[lints.clippy.print_stderr]
level = "forbid"
priority = 0

[lints.clippy.print_stdout]
level = "forbid"
priority = 0