symtrace 0.1.1

A deterministic semantic diff engine using AST-based structural analysis
# 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 = "symtrace"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A deterministic semantic diff engine using AST-based structural analysis"
readme = "README.md"
keywords = [
    "git",
    "diff",
    "ast",
    "semantic",
    "tree-sitter",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/JashT14/symtrace"

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

[dependencies.anyhow]
version = "=1.0.102"

[dependencies.bincode]
version = "=1.3.3"

[dependencies.blake3]
version = "=1.8.3"

[dependencies.bumpalo]
version = "=3.20.2"
features = ["collections"]

[dependencies.clap]
version = "=4.5.60"
features = ["derive"]

[dependencies.colored]
version = "=2.2.0"

[dependencies.git2]
version = "=0.19.0"

[dependencies.lru]
version = "=0.12.5"

[dependencies.rayon]
version = "=1.11.0"

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

[dependencies.serde_json]
version = "=1.0.149"

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

[dependencies.tree-sitter-java]
version = "=0.23.5"

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

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

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

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

[lints.rust]
unsafe_code = "deny"