leo-errors 3.5.0

Errors for the Leo programming language
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"
name = "leo-errors"
version = "3.5.0"
authors = ["The Leo Team <leo@provable.com>"]
build = false
include = [
    "Cargo.toml",
    "src",
    "README.md",
    "LICENSE.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Errors for the Leo programming language"
homepage = "https://leo-lang.org"
readme = "README.md"
keywords = [
    "aleo",
    "cryptography",
    "leo",
    "programming-language",
    "zero-knowledge",
]
categories = [
    "compilers",
    "cryptography",
    "web-programming",
]
license = "GPL-3.0"
repository = "https://github.com/ProvableHQ/leo"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.backtrace]
version = "0.3"

[dependencies.color-backtrace]
version = "0.7"

[dependencies.colored]
version = "3.1"

[dependencies.derivative]
version = "2.2"

[dependencies.itertools]
version = "0.14"

[dependencies.leo-span]
version = "=3.5.0"

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

[dependencies.thiserror]
version = "2.0"