mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-28 05:52:21 +03:00
23 lines
633 B
TOML
23 lines
633 B
TOML
[package]
|
|
name = "wasm-bindgen-macro"
|
|
version = "0.2.27"
|
|
authors = ["The wasm-bindgen Developers"]
|
|
license = "MIT/Apache-2.0"
|
|
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro"
|
|
homepage = "https://rustwasm.github.io/wasm-bindgen/"
|
|
documentation = "https://docs.rs/wasm-bindgen"
|
|
description = """
|
|
Definition of the `#[wasm_bindgen]` attribute, an internal dependency
|
|
"""
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[features]
|
|
spans = ["wasm-bindgen-macro-support/spans"]
|
|
xxx_debug_only_print_generated_code = []
|
|
|
|
[dependencies]
|
|
wasm-bindgen-macro-support = { path = "../macro-support", version = "=0.2.27" }
|
|
quote = "0.6"
|