[dependencies.proc-macro2]
default-features = false
version = "1.0.86"
[dependencies.quote]
default-features = false
version = "1.0.36"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0.69"
[lib]
name = "pisserror_macros"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Barrett Ray <contact@barretts.club>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "The internal implemenation of `pisserror`."
edition = "2021"
license = "MIT"
name = "pisserror_macros"
readme = "README.md"
repository = "https://github.com/onkoe/pisserror"
version = "0.2.1"
[[test]]
name = "basic"
path = "tests/basic.rs"
[[test]]
name = "blank"
path = "tests/blank.rs"
[[test]]
name = "comments"
path = "tests/comments.rs"
[[test]]
name = "from"
path = "tests/from.rs"
[[test]]
name = "nonexhaustive"
path = "tests/nonexhaustive.rs"
[[test]]
name = "struct_like_variant"
path = "tests/struct_like_variant.rs"
[[test]]
name = "variant_field_in_error"
path = "tests/variant_field_in_error.rs"