modularize_imports 2.0.0

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

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

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

[dependencies.convert_case]
version = "0.6.0"

[dependencies.handlebars]
version = "5.1.2"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.regex]
version = "1.10.4"
default-features = false

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

[dependencies.swc_atoms]
version = "9.0.0"

[dependencies.swc_cached]
version = "2.0.0"

[dependencies.swc_common]
version = "20.0.0"

[dependencies.swc_ecma_ast]
version = "22.0.0"

[dependencies.swc_ecma_visit]
version = "22.0.0"

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

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

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

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