swc_plugin_runner 24.0.0

Runner for swc plugins. This crate is INTERNAL crate and used by swc itself.
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 = "swc_plugin_runner"
version = "24.0.0"
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runner for swc plugins. This crate is INTERNAL crate and used by swc itself."
documentation = "https://rustdoc.swc.rs/swc_plugin_runner/"
readme = false
license = "Apache-2.0"
repository = "https://github.com/swc-project/swc.git"

[package.metadata.cargo-shear]
ignored = [
    "swc_ecma_ast",
    "swc_css_ast",
]

[features]
default = ["filesystem_cache"]
ecma = ["swc_ecma_ast/encoding-impl"]
encoding-impl = [
    "swc_common/plugin-rt",
    "swc_plugin_proxy/plugin-rt",
]
filesystem_cache = ["blake3"]
plugin_transform_schema_v1 = ["swc_common/plugin_transform_schema_v1"]
plugin_transform_schema_vtest = ["swc_common/plugin_transform_schema_vtest"]

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

[dependencies.anyhow]
version = "1.0.98"

[dependencies.parking_lot]
version = "0.12.1"

[dependencies.rustc-hash]
version = "2"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.swc_atoms]
version = "9.0.0"

[dependencies.swc_common]
version = "18.0.1"
features = ["concurrent"]

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

[dependencies.swc_plugin_proxy]
version = "20.0.0"

[dependencies.swc_transform_common]
version = "12.0.0"

[dependencies.tracing]
version = "0.1.41"

[build-dependencies.vergen]
version = "9.0.0"
features = [
    "build",
    "cargo",
]
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.blake3]
version = "1.5.4"
optional = true