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 = "g-err"
version = "0.0.0"
authors = ["Muhammad Fathir Irhas <fathir.irhas@gmail.com>"]
build = false
exclude = [
    "**/*_test.rs",
    "tests/**",
    "benches/**",
    "examples/**",
    ".github/**",
    ".gitignore",
    "Makefile",
    "AGENTS.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Error type"
documentation = "https://docs.rs/g-err"
readme = "README.md"
keywords = [
    "error",
    "error-handling",
    "macro",
]
categories = [
    "rust-patterns",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/mfirhas/g-err"

[package.metadata.docs.rs]
all-features = true

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

[dependencies]