[dependencies.hex]
version = "0.4.0"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full"]
version = "1.0"
[features]
default = ["std"]
std = []
[package]
authors = ["Remco Bloemen <remco@0x.org>", "Mason Liang <mason@0x.org>", "Paul Vienhage <paul@0x.org>"]
categories = ["rust-patterns"]
description = "Library of procedural macros implemented using `proc_macro2`"
edition = "2018"
keywords = ["macros", "rust-patterns"]
license = "Apache-2.0"
name = "zkp-macros-lib"
readme = "Readme.md"
repository = "https://github.com/0xProject/starkcrypto/tree/master/utils/macros-lib"
version = "0.1.0"