spade-diagnostics 0.16.0

Helper crate for https://spade-lang.org/
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 = "2021"
rust-version = "1.88"
name = "spade-diagnostics"
version = "0.16.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Helper crate for https://spade-lang.org/"
homepage = "https://spade-lang.org"
readme = false
license = "EUPL-1.2"
repository = "https://gitlab.com/spade-lang/spade"

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

[dependencies.itertools]
version = "0.14"

[dependencies.spade-codespan]
version = "0.12.0"
features = ["serde"]

[dependencies.spade-codespan-reporting]
version = "0.12.0"
features = ["serde"]

[dependencies.spade-common]
version = "0.16.0"

[dev-dependencies.insta]
version = "1.14.0"