swc_typescript 26.0.0

Proc macro for performance trace of swc
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"
name = "swc_typescript"
version = "26.0.0"
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proc macro for performance trace of swc"
documentation = "https://rustdoc.swc.rs/swc_trace_macro/"
readme = false
license = "Apache-2.0"
repository = "https://github.com/swc-project/swc.git"

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

[[example]]
name = "isolated_declarations"
path = "examples/isolated_declarations.rs"

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

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

[dependencies.bitflags]
version = "2.5.0"

[dependencies.petgraph]
version = "0.7.1"

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

[dependencies.swc_atoms]
version = "9.0.0"

[dependencies.swc_common]
version = "19.0.0"

[dependencies.swc_ecma_ast]
version = "21.0.0"

[dependencies.swc_ecma_utils]
version = "27.0.0"

[dependencies.swc_ecma_visit]
version = "21.0.0"

[dev-dependencies.swc_ecma_codegen]
version = "24.0.0"

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

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

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

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