wasm-run-proc-macro 0.8.0

Build tool that replaces `cargo run` to build WASM projects
Documentation
[dependencies.cargo_metadata]
version = "0.12.1"

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

[dependencies.quote]
version = "1.0.7"

[dependencies.syn]
features = ["full"]
version = "1.0.53"
[dev-dependencies.structopt]
version = "0.3"

[features]
serve = []

[lib]
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Cecile Tonglet <cecile.tonglet@cecton.com>"]
categories = ["development-tools::build-utils"]
description = "Build tool that replaces `cargo run` to build WASM projects"
documentation = "https://docs.rs/wasm-run"
edition = "2018"
homepage = "https://github.com/IMI-eRnD-Be/wasm-run"
include = ["src/**/*.rs", "README.md", "LICENSE.Apache-2.0", "LICENSE.MIT"]
keywords = ["wasm", "cargo"]
license = "MIT OR Apache-2.0"
name = "wasm-run-proc-macro"
readme = "README.md"
repository = "https://github.com/IMI-eRnD-Be/wasm-run"
version = "0.8.0"