binding_macros 54.0.0

Macros to build customized bindings interface
Documentation
# 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 = "2021"
name = "binding_macros"
version = "54.0.0"
authors = [
    "강동윤 <kdy1997.dev@gmail.com>",
    "OJ Kwon <kwon.ohjoong@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros to build customized bindings interface"
readme = false
license = "Apache-2.0"
repository = "https://github.com/swc-project/swc.git"

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

[lib]
name = "binding_macros"
path = "src/lib.rs"
bench = false

[dependencies.anyhow]
version = "1.0.98"
optional = true

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

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

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

[dependencies.serde]
version = "1.0.225"
features = ["derive"]
optional = true

[dependencies.serde-wasm-bindgen]
version = "0.6.5"
optional = true

[dependencies.swc]
version = "54.0.0"
optional = true
default-features = false

[dependencies.swc_common]
version = "18.0.1"
optional = true
default-features = false

[dependencies.swc_ecma_ast]
version = "20.0.1"
optional = true
default-features = false

[dependencies.swc_ecma_transforms]
version = "46.0.0"
optional = true
default-features = false

[dependencies.swc_ecma_visit]
version = "20.0.0"
optional = true
default-features = false

[dependencies.wasm-bindgen]
version = "0.2.100"
features = ["enable-interning"]
optional = true

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