58 lines
1.3 KiB
TOML
58 lines
1.3 KiB
TOML
# 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_ecma_visit"
|
|
version = "0.95.0"
|
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
|
description = "Visitors for swc ecmascript nodes which works on stable rustc"
|
|
documentation = "https://rustdoc.swc.rs/swc_ecma_visit/"
|
|
license = "Apache-2.0"
|
|
repository = "https://github.com/swc-project/swc.git"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
rustdoc-args = [
|
|
"--cfg",
|
|
"docsrs",
|
|
]
|
|
|
|
[lib]
|
|
bench = false
|
|
|
|
[dependencies.num-bigint]
|
|
version = "0.4"
|
|
features = ["serde"]
|
|
|
|
[dependencies.serde]
|
|
version = "1"
|
|
optional = true
|
|
|
|
[dependencies.swc_atoms]
|
|
version = "0.5.9"
|
|
|
|
[dependencies.swc_common]
|
|
version = "0.32.0"
|
|
|
|
[dependencies.swc_ecma_ast]
|
|
version = "0.109.0"
|
|
|
|
[dependencies.swc_visit]
|
|
version = "0.5.7"
|
|
|
|
[dependencies.tracing]
|
|
version = "0.1.37"
|
|
|
|
[features]
|
|
debug = []
|
|
default = []
|
|
path = []
|