[dependencies.proc-macro2]
version = "1.0.70"
[dependencies.quote]
version = "1.0.33"
[dependencies.syn]
features = ["full"]
version = "2.0.39"
[lib]
name = "static_map_macro"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Macro to create a stack-alocated map"
edition = "2018"
license = "Apache-2.0"
name = "static-map-macro"
readme = "README.md"
repository = "https://github.com/dudykr/ddbase.git"
resolver = "2"
version = "0.3.4"