[dependencies.indexmap]
version = "2.0.0"
[dependencies.rustc-hash]
version = "1.1.0"
[dependencies.swc_atoms]
version = "0.6.5"
[dependencies.swc_common]
version = "0.37.0"
[dependencies.swc_ecma_ast]
version = "0.118.0"
[dependencies.swc_ecma_utils]
version = "0.134.0"
[dependencies.swc_ecma_visit]
version = "0.104.0"
[dependencies.swc_timer]
version = "0.25.0"
[dependencies.tracing]
version = "0.1.40"
[features]
concurrent = ["swc_common/concurrent", "indexmap/rayon"]
trace-ast = []
tracing-spans = []
[lib]
bench = false
name = "swc_ecma_usage_analyzer"
path = "src/lib.rs"
[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "EcmaScript variable usage analyzer"
documentation = "https://rustdoc.swc.rs/swc_ecma_usage_analyzer/"
edition = "2021"
include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_usage_analyzer"
readme = false
repository = "https://github.com/swc-project/swc.git"
version = "0.30.3"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]