[dependencies.lazy_static]
version = "^1.4.0"
[dependencies.proc-macro2]
version = "^1.0.0"
[dependencies.quote]
version = "^1.0.0"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "^1.0.0"
[features]
allow-main = []
default = []
redirect-main = []
[lib]
proc-macro = true
[package]
authors = ["Shizcow <pohl.devin@gmail.com>"]
categories = ["development-tools"]
description = "Macros for hotpatch"
edition = "2018"
keywords = ["hotpatch", "patch", "dynamic"]
license = "GPL-3.0"
name = "hotpatch_macros"
readme = "../README.md"
repository = "https://github.com/Shizcow/hotpatch"
version = "0.2.0"