xorstring-procmacro 0.1.0

Backend of xorstring crate
Documentation
[package]
name = "xorstring-procmacro"
version = "0.1.0"
authors = ["Mariell Hoversholm <proximyst@proximyst.com>"]
edition = "2018"

repository = "https://github.com/Proximyst/xorstring-procmacro"
license = "BSD-3-Clause"
description = "Backend of xorstring crate"

[dependencies]
lazy_static = "~1"
proc-macro2 = "~0.4"
syn = "~0.15"
quote = "~0.6"

[lib]
proc-macro = true