# 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 = "fta" version = "2.0.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fast TypeScript Analyzer" homepage = "https://ftaproject.dev" documentation = "https://github.com/sgb-io/fta" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/sgb-io/fta" [lib] name = "fta" path = "src/lib.rs" [[bin]] name = "fta" path = "src/main.rs" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.comfy-table] version = "7.1.1" optional = true [dependencies.env_logger] version = "0.11" [dependencies.globset] version = "0.4" [dependencies.ignore] version = "0.4" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.swc_common] version = "0.31.12" [dependencies.swc_ecma_ast] version = "0.106.0" [dependencies.swc_ecma_parser] version = "0.136.0" [dependencies.swc_ecma_visit] version = "0.92.0" [dependencies.tempfile] version = "3.12.0" [features] default = ["use_output"] use_output = ["comfy-table"]