[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["derive", "parsing", "proc-macro", "printing", "full"]
version = "2"
[dependencies.toml]
version = "0.8"
[lib]
name = "prest_init_macro"
path = "lib.rs"
proc-macro = true
[package]
authors = ["Egor Dezhic <edezhic@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "prest init macro"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "prest-init-macro"
readme = false
version = "0.2.0"