example = []
test = []
[dependencies.proc-macro2]
features = ["span-locations"]
version = "~1.0.32"
[dependencies.syn]
features = ["full", "extra-traits", "parsing"]
version = "~1.0.81"
[dev-dependencies.quote]
version = "~1.0"
[dev-dependencies.trybuild]
features = ["diff"]
version = "~1.0"
[dev-dependencies.wtest_basic]
version = "~0"
[lib]
name = "wproc_macro"
path = "rust/impl/proc_macro/mod.rs"
[package]
authors = ["Kostiantyn Wandalen <wandalen@obox.systems>", "Volodymyr M. <volodymyr.migdal@gmail.com>", "Dmytro Kryvoruchko <dm.vict.kr@gmail.com>"]
categories = ["algorithms", "development-tools"]
description = "Tools for writing procedural macroses.\n"
documentation = "https://docs.rs/wproc_macro"
edition = "2021"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/rust/wproc_macro"
include = ["/rust/impl/proc_macro", "/Cargo.toml", "/Readme.md", "/License"]
keywords = ["fundamental", "general-purpose", "builder-pattern"]
license = "MIT"
name = "wproc_macro"
readme = "Readme.md"
repository = "https://github.com/Wandalen/wTools/tree/master/module/rust/wproc_macro"
resolver = "2"
version = "0.0.4"