[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
version = "1"
[features]
colorize = []
default = []
[lib]
name = "mabe"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Amon Rayfa <amon.rayfa@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools::debugging"]
description = "A simple framework for creating debug-friendly error enums in Rust."
edition = "2021"
exclude = [".github/**", ".trunk/**", "node_modules/**", "target/**", ".gitignore", "generated_implementations.log", "package.json", "pnpm-lock.yaml"]
homepage = "https://github.com/AmonRayfa/mabe"
keywords = ["debugging", "enum", "errors", "framework", "simple"]
license = "Apache-2.0"
name = "mabe"
publish = true
readme = "README.md"
repository = "https://github.com/AmonRayfa/mabe"
version = "1.1.0"
[profile.dev]
opt-level = 0
[profile.release]
opt-level = 3
[[test]]
name = "struct_variants"
path = "tests/struct_variants.rs"
[[test]]
name = "tuple_variants"
path = "tests/tuple_variants.rs"
[[test]]
name = "unit_variants"
path = "tests/unit_variants.rs"