errgonomic 0.5.0

Macros for ergonomic error handling with thiserror
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.0"
name = "errgonomic"
version = "0.5.0"
build = false
exclude = [
    ".*",
    "*.local.*",
    "doc/dev",
    "specs",
    "README.ts",
    "AGENTS*.md",
    "CLAUDE*.md",
    "deno.json",
    "commitlint.config.mjs",
    "lefthook.yml",
    "mise.toml",
    "rumdl.toml",
    "rustfmt.toml",
    "yolobox",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros for ergonomic error handling with thiserror"
homepage = "https://github.com/DenisGorbachev/errgonomic"
readme = "README.md"
keywords = [
    "error-handling",
    "utils",
    "macros",
]
categories = [
    "rust-patterns",
    "development-tools",
    "development-tools::debugging",
    "no-std",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/DenisGorbachev/errgonomic"

[package.metadata.details]
title = "Errgonomic"
tagline = ""
summary = ""
announcement = ""

[package.metadata.details.readme]
generate = true

[package.metadata.docs.rs]
cargo-args = [
    "-Zunstable-options",
    "-Zrustdoc-scrape-examples",
]

[features]
default = ["std"]
std = [
    "tempfile",
    "thiserror/std",
]

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

[dependencies.cfg-if]
version = "1"

[dependencies.futures]
version = "0.3.31"
optional = true

[dependencies.tempfile]
version = "3"
optional = true

[dependencies.thiserror]
version = "2"
default-features = false

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tokio]
version = "1.39"
features = [
    "macros",
    "fs",
    "net",
    "rt",
    "rt-multi-thread",
]

[dev-dependencies.toml]
version = "0.9"