error_set 0.9.2

Quick error declarations and automatic conversions between errors for precisely typed error handling. Inspired by Zig's error set type.
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.86"
name = "error_set"
version = "0.9.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Quick error declarations and automatic conversions between errors for precisely typed error handling. Inspired by Zig's error set type."
documentation = "https://docs.rs/error_set"
readme = "README.md"
keywords = [
    "error",
    "error-handling",
    "macro",
    "error-set",
]
categories = [
    "rust-patterns",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/mcmah309/error_set"

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

[features]
combine_parts = ["dep:ignore"]
default = []

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

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

[dependencies.error_set_impl]
version = "=0.9.2"

[dependencies.ignore]
version = "0.4"
optional = true

[dev-dependencies.jsonwebtoken]
version = "10"
features = ["rust_crypto"]

[dev-dependencies.reqwest]
version = "0.12"

[dev-dependencies.tracing-test]
version = "0.2"
features = ["no-env-filter"]

[dev-dependencies.trybuild]
version = "=1.0.111"