[dependencies.proc-macro2]
version = "1.0.84"
[dependencies.quote]
version = "1.0.36"
[dependencies.syn]
features = ["full", "visit-mut", "visit"]
version = "2.0"
[lib]
name = "impl_opaque_macro"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["storycraft <storycraft@pancake.sh>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Macro for declaring complex struct and initializer"
edition = "2021"
keywords = ["macro", "boilerplate"]
license = "MIT OR Apache-2.0"
name = "impl-opaque-macro"
readme = false
repository = "https://github.com/storycraft/impl-opaque"
version = "0.3.1"