static-json-pointer 0.1.0

Query static JSON for values and tokens at compile time.
[dependencies.lazy_static]
version = "1.0"

[dependencies.proc-macro2]
version = "0.3.6"

[dependencies.serde_json]
version = "1.0.13"

[lib]
crate-type = ["proc-macro"]

[package]
authors = ["Anthony Nowell <anowell@gmail.com>"]
description = "Query static JSON for values and tokens at compile time."
keywords = ["json", "macros"]
license = "MIT"
name = "static-json-pointer"
repository = "https://github.com/anowell/static-json-pointer"
version = "0.1.0"