fta 3.0.0

Fast TypeScript Analyzer
Documentation
[[bin]]
name = "fta"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.38"

[dependencies.comfy-table]
optional = true
version = "7.1.4"

[dependencies.env_logger]
version = "0.11"

[dependencies.globset]
version = "0.4"

[dependencies.ignore]
version = "0.4"

[dependencies.log]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.swc_common]
version = "14.0.1"

[dependencies.swc_ecma_ast]
version = "14.0.0"

[dependencies.swc_ecma_parser]
version = "21.0.1"

[dependencies.swc_ecma_visit]
version = "14.0.0"

[dependencies.tempfile]
version = "3.20.0"

[features]
default = ["use_output"]
use_output = ["comfy-table"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Fast TypeScript Analyzer"
documentation = "https://github.com/sgb-io/fta"
edition = "2021"
homepage = "https://ftaproject.dev"
license = "MIT OR Apache-2.0"
name = "fta"
readme = "README.md"
repository = "https://github.com/sgb-io/fta"
version = "3.0.0"