source-map-tauri 0.2.0

Static Tauri app scanner that emits Meilisearch-ready NDJSON
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 = "source-map-tauri"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Static Tauri app scanner that emits Meilisearch-ready NDJSON"
homepage = "https://github.com/dickwu/source-map-tauri"
documentation = "https://docs.rs/source-map-tauri"
readme = "README.md"
keywords = [
    "tauri",
    "meilisearch",
    "sourcemap",
    "cli",
    "static-analysis",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/dickwu/source-map-tauri"

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

[[bin]]
name = "source-map-tauri"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.globset]
version = "0.4"

[dependencies.hex]
version = "0.4"

[dependencies.ignore]
version = "0.4"

[dependencies.lsp-types]
version = "0.97.0"

[dependencies.once_cell]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.swc_common]
version = "21.0.1"

[dependencies.swc_ecma_ast]
version = "23.0.0"

[dependencies.swc_ecma_parser]
version = "38.0.2"

[dependencies.swc_ecma_visit]
version = "23.0.0"

[dependencies.thiserror]
version = "1"

[dependencies.toml]
version = "0.8"

[dependencies.url]
version = "2"

[dependencies.walkdir]
version = "2"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.assert_fs]
version = "1"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.tempfile]
version = "3"