# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "wasm-run-proc-macro" version = "0.8.0" authors = ["Cecile Tonglet "] include = ["src/**/*.rs", "README.md", "LICENSE.Apache-2.0", "LICENSE.MIT"] description = "Build tool that replaces `cargo run` to build WASM projects" homepage = "https://github.com/IMI-eRnD-Be/wasm-run" documentation = "https://docs.rs/wasm-run" readme = "README.md" keywords = ["wasm", "cargo"] categories = ["development-tools::build-utils"] license = "MIT OR Apache-2.0" repository = "https://github.com/IMI-eRnD-Be/wasm-run" [lib] path = "src/lib.rs" proc-macro = true [dependencies.cargo_metadata] version = "0.12.1" [dependencies.proc-macro2] version = "1.0.24" [dependencies.quote] version = "1.0.7" [dependencies.syn] version = "1.0.53" features = ["full"] [dev-dependencies.structopt] version = "0.3" [features] serve = []