error-enum-macros 1.0.0-alpha.5

Provide a easy way to define an enum that represents errors with error codes, document comments and several other functionalities.
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 = "2021"
name = "error-enum-macros"
version = "1.0.0-alpha.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provide a easy way to define an enum that represents errors with error codes, document comments and several other functionalities."
readme = "readme.md"
keywords = [
    "error",
    "derive",
    "enum",
    "tree",
]
categories = ["development-tools"]
license = "MIT/Apache-2.0"
repository = "https://github.com/TheVeryDarkness/error-enum"
resolver = "3"

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

[features]

[lib]
name = "error_enum_macros"
path = "src/lib.rs"
proc-macro = true

[dependencies.either]
version = "1.15.0"

[dependencies.lazy-regex]
version = "3.4.2"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"
features = ["full"]

[dev-dependencies.prettydiff]
version = "0.9.0"

[lints.clippy]
expect_used = "deny"
needless_doctest_main = "allow"
panic = "deny"
std_instead_of_alloc = "warn"
std_instead_of_core = "warn"
todo = "deny"
unwrap_in_result = "deny"
unwrap_used = "deny"

[lints.clippy.cargo]
level = "deny"
priority = 1

[lints.rust]
missing_docs = "deny"
private_interfaces = "deny"
unreachable_pub = "warn"

[lints.rustdoc]
bare_urls = "deny"
broken_intra_doc_links = "deny"
invalid_codeblock_attributes = "deny"
invalid_html_tags = "deny"
invalid_rust_codeblocks = "deny"
unescaped_backticks = "deny"