remove_console 0.67.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 = "remove_console"
version = "0.67.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 = "remove_console"
path = "src/lib.rs"

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

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

[dependencies.swc_atoms]
version = "9.0.0"

[dependencies.swc_cached]
version = "2.0.0"

[dependencies.swc_common]
version = "19.0.0"

[dependencies.swc_ecma_ast]
version = "21.0.0"

[dependencies.swc_ecma_visit]
version = "21.0.0"

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

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

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

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