codedash 0.1.1

Code metrics visualization — single binary
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"
rust-version = "1.80"
name = "codedash"
version = "0.1.1"
build = false
exclude = [
    ".busted",
    "cli.lua",
    "paths.lua",
    "rustlib.json",
    "codedash-*.rockspec",
    "examples/",
    "spec/",
    "tools/",
    "*.png",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code metrics visualization — single binary"
readme = "README.md"
keywords = [
    "code-metrics",
    "visualization",
    "ast",
    "analysis",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/ynishi/codedash"

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

[[bin]]
name = "codedash"
path = "src/main.rs"

[dependencies.git2]
version = "0.20"
features = ["vendored-libgit2"]

[dependencies.mlua]
version = "0.10"
features = [
    "lua54",
    "vendored",
]

[dependencies.senl]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.tree-sitter-rust]
version = "0.24"

[dependencies.tree-sitter-typescript]
version = "0.23"