ucp-codegraph 0.1.18

CodeGraph extraction and projection for UCP
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.75"
name = "ucp-codegraph"
version = "0.1.18"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CodeGraph extraction and projection for UCP"
readme = false
license = "MIT"
repository = "https://github.com/unified-content/ucp"

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

[[example]]
name = "incremental_benchmark"
path = "examples/incremental_benchmark.rs"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.hex]
version = "0.4"

[dependencies.regex]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

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

[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"

[dependencies.ucm-core]
version = "0.1.15"

[dependencies.ucp-graph]
version = "0.1.15"

[dependencies.ucp-llm]
version = "0.1.15"

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