mabe 0.1.0

A Rust library for creating simple and coherently structured runtime errors.
Documentation
[dependencies.colored]
version = "2"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "1"

[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 Rust library for creating simple and coherently structured runtime errors."
edition = "2021"
homepage = "https://github.com/AmonRayfa/mabe"
include = ["Cargo.lock", "Cargo.toml", "LICENSE", "README.md", "src/**", "translations/**"]
keywords = ["debugging", "error", "coherent", "simple", "structured"]
license = "Apache-2.0"
name = "mabe"
publish = true
readme = "README.md"
repository = "https://github.com/AmonRayfa/mabe"
version = "0.1.0"

[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3