macron-impl-error 0.1.3

The implementation of trait Error
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 = "macron-impl-error"
version = "0.1.3"
authors = ["Bulat Sh. <t.me/fuderis>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The implementation of trait Error"
readme = "README.md"
keywords = [
    "macros",
    "macro",
    "proc",
    "derive",
]
categories = [
    "development-tools",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/fuderis/macron-rs/tree/main/crates/impl-error"
resolver = "3"

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

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

[dependencies.quote]
version = "1.0.39"

[dependencies.syn]
version = "2.0.100"
features = ["parsing"]