declare_impl 0.8.2

Implementation of the proc macro for the error_set crate.
Documentation
[package]
name = "declare_impl"
edition = "2021"
description = "Implementation of the proc macro for the error_set crate."
version = "0.8.2"
license = "Apache-2.0"
documentation = "https://docs.rs/error_set"
repository = "https://github.com/mcmah309/error_set"

[lib]
proc-macro = true

[dependencies]
syn = { version = "2", default-features = false, features = [
    "parsing",
    "derive",
    "printing",
    "proc-macro",
    "clone-impls",
    "extra-traits",
] }
proc-macro2 = "1"
quote = "1"
indices = "0.3"

[features]
default = []
# For developing and debugging the macro for possible issues. Do not expose.
dev = []