swc_magic 4.0.0

AST transforms visitor for swc-magic
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"
rust-version = "1.70"
name = "swc_magic"
version = "4.0.0"
authors = ["강동윤/Donny <kdy.1997.dev@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AST transforms visitor for swc-magic"
homepage = "https://github.com/swc-project/plugins"
readme = false
license = "Apache-2.0"
repository = "https://github.com/swc-project/plugins.git"

[lib]
name = "swc_magic"
path = "src/lib.rs"

[[test]]
name = "fixture"
path = "tests/fixture.rs"

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

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

[dependencies.swc_atoms]
version = "9.0.0"

[dependencies.swc_common]
version = "21.0.1"

[dependencies.swc_ecma_ast]
version = "23.0.0"

[dependencies.swc_ecma_utils]
version = "29.1.0"

[dependencies.swc_ecma_visit]
version = "23.0.0"

[dev-dependencies.swc_ecma_parser]
version = "39.0.1"

[dev-dependencies.swc_ecma_transforms_base]
version = "42.0.0"

[dev-dependencies.swc_ecma_transforms_testing]
version = "46.0.0"

[dev-dependencies.testing]
version = "22.0.0"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(swc_ast_unknown)"]