[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full"]
version = "2.0"
[lib]
name = "wasmbind_js_file_macro"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Frédéric Meyer <frederic.meyer.77@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools", "web-programming", "wasm"]
description = "Provide a macro to generate JavaScript bindings from an external JS file"
documentation = "https://docs.rs/wasmbind-js-file-macro"
edition = "2021"
keywords = ["leptos"]
license = "MIT"
name = "wasmbind-js-file-macro"
readme = "README.md"
repository = "https://github.com/corebreaker/rs-trading-charts"
version = "0.1.6"
[package.metadata.docs.rs]
rustc-args = ["--cfg", "docsrs"]