rivet-error 2.3.0

Structured error helpers for Rivet
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 = "rivet-error"
version = "2.3.0"
authors = ["Rivet Gaming, LLC <developer@rivet.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Structured error helpers for Rivet"
homepage = "https://rivet.dev"
readme = false
license = "Apache-2.0"
repository = "https://github.com/rivet-dev/rivet"
resolver = "2"

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

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

[dependencies.anyhow]
version = "1.0.82"

[dependencies.indoc]
version = "2.0.5"

[dependencies.rivet-error-macros]
version = "=2.3.0"

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

[dependencies.serde_json]
version = "1.0.128"
features = ["raw_value"]

[dev-dependencies.uuid]
version = "1.11.0"
features = [
    "v4",
    "serde",
]