code-ranker-plugin-javascript 1.1.0

Code Ranker JavaScript/TypeScript plugin: tree-sitter module/import graph.
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 = "2024"
rust-version = "1.88"
name = "code-ranker-plugin-javascript"
version = "1.1.0"
build = false
exclude = ["sample"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code Ranker JavaScript/TypeScript plugin: tree-sitter module/import graph."
readme = false
keywords = [
    "dependency-graph",
    "coupling",
    "refactoring",
    "code-quality",
    "static-analysis",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/ffedoroff/code-ranker"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.code-ranker-graph]
version = "1.1.0"

[dependencies.code-ranker-plugin-api]
version = "1.1.0"

[dependencies.tree-sitter]
version = "0.26.9"

[dependencies.tree-sitter-javascript]
version = "0.25.0"

[dependencies.walkdir]
version = "2"

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