nusy-codegraph 0.15.2

Code-as-graph: Arrow-native code object representation with tree-sitter parsing
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"
name = "nusy-codegraph"
version = "0.15.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code-as-graph: Arrow-native code object representation with tree-sitter parsing"
readme = "README.md"
license = "MIT"
repository = "https://github.com/hankh95/nusy-product-team"
resolver = "2"

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

[[bin]]
name = "nusy-codegraph-ingest"
path = "src/bin/ingest.rs"

[[bin]]
name = "nusy-codegraph-query"
path = "src/bin/query_self_graph.rs"

[[bin]]
name = "nusy-codegraph-service"
path = "src/bin/service.rs"

[[bin]]
name = "nusy-mcp-bridge"
path = "src/bin/mcp_bridge.rs"

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

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

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

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

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

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

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

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

[dependencies.arrow]
version = "57"
features = ["prettyprint"]

[dependencies.async-nats]
version = "0.38"

[dependencies.chrono]
version = "0.4"

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

[dependencies.futures]
version = "0.3"

[dependencies.hostname]
version = "0.4"

[dependencies.noesis-ship]
version = "0.15.2"

[dependencies.nusy-arrow-core]
version = "0.15.2"

[dependencies.nusy-arrow-git]
version = "0.15.2"

[dependencies.nusy-graph-query]
version = "0.15.2"

[dependencies.parquet]
version = "57"
features = ["arrow"]

[dependencies.protobuf]
version = "3"

[dependencies.scip]
version = "0.6"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

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

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

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

[dev-dependencies.cranelift]
version = "0.129.1"

[dev-dependencies.cranelift-codegen]
version = "0.129.1"

[dev-dependencies.cranelift-frontend]
version = "0.129.1"

[dev-dependencies.cranelift-jit]
version = "0.129.1"

[dev-dependencies.cranelift-module]
version = "0.129.1"

[dev-dependencies.cranelift-native]
version = "0.129.1"

[dev-dependencies.syn]
version = "2"
features = [
    "full",
    "visit",
]

[dev-dependencies.target-lexicon]
version = "0.13"

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