swc_cli_impl 55.0.0

Commandline for SWC (Internal crate with implementation)
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_cli_impl"
version = "55.0.0"
authors = [
    "강동윤 <kdy1997.dev@gmail.com>",
    "OJ Kwon <kwon.ohjoong@gmail.com>",
]
build = false
include = [
    "Cargo.toml",
    "src/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Commandline for SWC (Internal crate with implementation)"
readme = false
license = "Apache-2.0"
repository = "https://github.com/swc-project/swc.git"

[features]
default = []
plugin = [
    "swc_core/plugin_backend_wasmer",
    "swc_core/plugin_transform_host_native",
    "swc_core/plugin_transform_host_native_filesystem_cache",
]

[lib]
name = "swc_cli_impl"
crate-type = ["rlib"]
path = "src/lib.rs"

[[bin]]
name = "swc"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.clap]
version = "3.2.25"
features = [
    "derive",
    "wrap_help",
]

[dependencies.glob]
version = "0.3.0"

[dependencies.par-core]
version = "2.0.0"
features = ["chili"]
default-features = false

[dependencies.par-iter]
version = "2.0.0"

[dependencies.path-absolutize]
version = "3.0.11"
features = ["once_cell_cache"]

[dependencies.relative-path]
version = "1.6.1"

[dependencies.serde_json]
version = "1.0.140"
features = ["unbounded_depth"]

[dependencies.swc_core]
version = "55.0.0"
features = [
    "trace_macro",
    "common_concurrent",
    "base_concurrent",
]

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-chrome]
version = "0.7.2"

[dependencies.tracing-subscriber]
version = "0.3.20"
features = ["env-filter"]

[dependencies.walkdir]
version = "2.4.0"

[dev-dependencies.assert_cmd]
version = "2.0.12"

[dev-dependencies.assert_fs]
version = "1.0.13"