crisp-errors 1.6.1

Fallibility analysis and CrispError enum synthesis (spec §9)
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.85"
name = "crisp-errors"
version = "1.6.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fallibility analysis and CrispError enum synthesis (spec §9)"
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_errors"
path = "src/lib.rs"

[[test]]
name = "fallible_errors"
path = "tests/fallible_errors.rs"

[dependencies.crisp-ast]
version = "1.6.1"

[dependencies.crisp-resolve]
version = "1.6.1"

[dependencies.crisp-typeck]
version = "1.6.1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.insta]
version = "1"
features = ["yaml"]