[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "2.0"
[lib]
name = "reg_map_derive"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Riccardo Borgani <44963821+rikyborg@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Implementation detail (proc-macro) of the `reg-map` crate"
documentation = "https://docs.rs/reg-map"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "reg-map-derive"
readme = false
repository = "https://github.com/rikyborg/reg-map"
version = "0.1.1"