rivet-error-macros 2.3.0

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

[lib]
name = "rivet_error_macros"
path = "src/lib.rs"
proc-macro = true

[dependencies.indoc]
version = "2.0.5"

[dependencies.proc-macro2]
version = "1.0"
features = ["span-locations"]

[dependencies.quote]
version = "1.0"

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

[dependencies.syn]
version = "2.0"
features = [
    "full",
    "extra-traits",
]

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