dk-engine 0.2.28

dkod code analysis engine — semantic parsing, indexing, and search
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"
name = "dk-engine"
version = "0.2.28"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "dkod code analysis engine — semantic parsing, indexing, and search"
homepage = "https://dkod.io"
readme = false
keywords = [
    "ai",
    "agents",
    "code",
    "semantic",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/dkod-io/dkod-engine"

[features]
default = []
qdrant = ["dep:qdrant-client"]
s3 = ["dep:opendal"]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.arc-swap]
version = "1"

[dependencies.async-trait]
version = "0.1"

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

[dependencies.dashmap]
version = "6"

[dependencies.dk-core]
version = "0.2.28"

[dependencies.gix]
version = "0.79"
features = [
    "max-performance",
    "tree-editor",
]

[dependencies.opendal]
version = "0.51"
features = [
    "services-fs",
    "services-s3",
]
optional = true

[dependencies.qdrant-client]
version = "1.12"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio",
    "tls-rustls",
    "postgres",
    "uuid",
    "chrono",
    "json",
]

[dependencies.tantivy]
version = "0.22"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

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

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

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

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

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

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

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
    "macros",
]