# 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 = "ts-gettext-extractor" version = "0.2.0" include = [ "*.rs", "README.md", "tests/expected-output", "tests/src", "LICENSE", ] description = "Extracts gettext strings from Javascript/TypeScript files" readme = "README.md" license = "Apache-2.0" [[bin]] name = "ts-gettext-extractor" path = "main.rs" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.indicatif] version = "0.17.8" [dependencies.itertools] version = "0.13.0" [dependencies.pathdiff] version = "0.2.1" [dependencies.swc_atoms] version = "0.6.7" [dependencies.swc_common] version = "0.33.26" features = ["tty-emitter"] [dependencies.swc_ecma_ast] version = "0.113.1" [dependencies.swc_ecma_parser] version = "0.144.1" features = [ "typescript", "swc_ecma_visit", ] [dependencies.swc_ecma_visit] version = "0.99.1" features = [] [dependencies.walkdir] version = "2" [dev-dependencies.pretty_assertions] version = "1.4.0"