binding_macros 0.18.14

Macros to build customized bindings interface
Documentation
[dependencies.anyhow]
optional = true
version = "1.0.58"

[dependencies.console_error_panic_hook]
optional = true
version = "0.1.7"

[dependencies.js-sys]
optional = true
version = "0.3.59"

[dependencies.once_cell]
optional = true
version = "1.13.0"

[dependencies.swc]
optional = true
version = "0.230.15"

[dependencies.swc_common]
optional = true
version = "0.29.3"

[dependencies.swc_ecma_ast]
optional = true
version = "0.94.3"

[dependencies.swc_ecma_transforms]
optional = true
version = "0.196.12"

[dependencies.wasm-bindgen]
features = ["serde-serialize", "enable-interning"]
optional = true
version = "0.2.82"

[dependencies.wasm-bindgen-futures]
optional = true
version = "0.4.32"

[features]
binding_native = []
binding_wasm = ["swc", "swc_common", "swc_ecma_transforms", "swc_ecma_ast", "once_cell", "wasm-bindgen", "wasm-bindgen-futures", "js-sys", "anyhow", "console_error_panic_hook"]

[lib]
bench = false

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>", "OJ Kwon <kwon.ohjoong@gmail.com>"]
description = "Macros to build customized bindings interface"
edition = "2021"
license = "Apache-2.0"
name = "binding_macros"
repository = "https://github.com/swc-project/swc.git"
resolver = "1"
version = "0.18.14"