geez 0.1.0

geez — Global Error Embedding Zero-cost. Declarative error enums, thiserror-like attrs, zero deps
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 = "geez"
version = "0.1.0"
authors = ["theHamdiz"]
build = false
include = [
    "src/**/*",
    "tests/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE-MIT",
    "LICENSE-APACHE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "geez — Global Error Embedding Zero-cost. Declarative error enums, thiserror-like attrs, zero deps"
homepage = "https://github.com/theHamdiz/geez"
documentation = "https://docs.rs/geez"
readme = "README.md"
keywords = [
    "error",
    "macro",
    "thiserror",
    "enum",
    "geez",
]
categories = [
    "rust-patterns",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/theHamdiz/geez"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

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

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