[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["derive"]
version = "2.0"
[lib]
name = "foxerror"
path = "src/lib.rs"
proc-macro = true
[lints.clippy]
or_fun_call = "warn"
pedantic = "warn"
use_self = "warn"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "yet another proc macro for deriving Error on enums"
edition = "2021"
license = "MIT"
name = "foxerror"
readme = "README.md"
repository = "https://github.com/xfnw/workspace"
resolver = "3"
version = "0.1.2"