stdweb-internal-macros 0.2.2

Internal procedural macros for the `stdweb` crate
Documentation
[build-dependencies.rustc_version]
version = "0.2"
[dependencies.base-x]
version = "0.2"

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

[dependencies.quote]
version = "0.6"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.syn]
default-features = false
features = ["full", "parsing", "printing", "clone-impls"]
version = "0.15"

[lib]
proc-macro = true

[package]
authors = ["Jan Bujak <j@exia.io>"]
build = "build.rs"
categories = ["api-bindings", "gui", "web-programming"]
description = "Internal procedural macros for the `stdweb` crate"
documentation = "https://docs.rs/stdweb/*/stdweb/"
homepage = "https://github.com/koute/stdweb"
keywords = ["web", "asmjs", "webasm", "javascript"]
license = "MIT/Apache-2.0"
name = "stdweb-internal-macros"
readme = "README.md"
repository = "https://github.com/koute/stdweb"
version = "0.2.2"