comperr 1.0.0

A minimal, lightweight crate for emitting span-accurate compile-time errors from procedural macros.
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 = "comperr"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal, lightweight crate for emitting span-accurate compile-time errors from procedural macros."
homepage = "https://codeberg.org/razkar/comperr"
documentation = "https://docs.rs/comperr"
readme = "README.md"
keywords = [
    "proc-macro",
    "compile-error",
    "span",
    "diagnostic",
    "macro",
]
categories = ["development-tools::procedural-macro-helpers"]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/razkar/comperr"

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

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

[dependencies.proc-macro2]
version = "1"

[profile.release]
opt-level = "z"
lto = true