[package]
edition = "2021"
name = "infigraph-core"
version = "1.5.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AST-powered code analysis framework — parser, graph, diff, and analysis engine"
homepage = "https://intuit.github.io/infigraph/"
readme = "README.md"
keywords = [
"ast",
"code-analysis",
"graph-database",
"tree-sitter",
"code-intelligence",
]
categories = [
"development-tools",
"parser-implementations",
]
license = "Apache-2.0"
repository = "https://github.com/intuit/infigraph"
[lib]
name = "infigraph_core"
path = "src/lib.rs"
[[test]]
name = "check_integration"
path = "tests/check_integration.rs"
[[test]]
name = "cozo_skeleton"
path = "tests/cozo_skeleton.rs"
[[test]]
name = "extract_pipeline"
path = "tests/extract_pipeline.rs"
[[test]]
name = "f16_quality"
path = "tests/f16_quality.rs"
[[test]]
name = "facade_session_lang"
path = "tests/facade_session_lang.rs"
[[test]]
name = "features"
path = "tests/features.rs"
[[test]]
name = "graph_queries"
path = "tests/graph_queries.rs"
[[test]]
name = "index_perf"
path = "tests/index_perf.rs"
[[test]]
name = "model_learned_batch"
path = "tests/model_learned_batch.rs"
[[test]]
name = "modules"
path = "tests/modules.rs"
[[test]]
name = "resolve_calls"
path = "tests/resolve_calls.rs"
[[test]]
name = "schema_parity"
path = "tests/schema_parity.rs"
[[test]]
name = "search_hybrid"
path = "tests/search_hybrid.rs"
[[test]]
name = "search_routes_security"
path = "tests/search_routes_security.rs"
[[test]]
name = "session_store"
path = "tests/session_store.rs"
[[test]]
name = "write_lock"
path = "tests/write_lock.rs"
[[test]]
name = "write_lock_edge_cases"
path = "tests/write_lock_edge_cases.rs"
[[test]]
name = "write_lock_perf"
path = "tests/write_lock_perf.rs"
[[test]]
name = "write_lock_wiring"
path = "tests/write_lock_wiring.rs"
[dependencies.anyhow]
version = "1"
[dependencies.arrow]
version = "58.3"
features = ["prettyprint"]
[dependencies.cozo]
version = "0.7.6"
features = ["storage-sqlite"]
[dependencies.dirs-next]
version = "2"
[dependencies.fs2]
version = "0.4.3"
[dependencies.glob]
version = "0.3"
[dependencies.ignore]
version = "0.4"
[dependencies.kuzu]
version = "= 0.16.0"
package = "lbug"
[dependencies.model2vec-rs]
version = "0.1"
features = ["onig"]
default-features = false
[dependencies.notify]
version = "6"
features = ["macos_kqueue"]
[dependencies.parquet]
version = "58.3"
[dependencies.protobuf]
version = "3"
[dependencies.rayon]
version = "1"
[dependencies.regex]
version = "1"
[dependencies.scip]
version = "0.7.1"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.serde_yaml]
version = "0.9.34"
[dependencies.sha2]
version = "0.10"
[dependencies.tempfile]
version = "3"
[dependencies.thiserror]
version = "2"
[dependencies.toml]
version = "0.8"
[dependencies.tree-sitter]
version = "0.26"
[dependencies.ureq]
version = "2"
[dependencies.usearch]
version = "2.18"
[dev-dependencies.cargo-husky]
version = "1"
features = ["user-hooks"]
default-features = false
[dev-dependencies.tree-sitter-python]
version = "0.25"