forgekit-core 0.5.0

Deterministic code intelligence SDK - Core library
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 = "forgekit-core"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic code intelligence SDK - Core library"
readme = "README.md"
license = "GPL-3.0-only"
repository = "https://github.com/oldnordic/forge"

[features]
default = ["sqlite"]
full = ["sqlite"]
native-v3 = [
    "dep:sqlitegraph",
    "sqlitegraph/native-v3",
]
sqlite = [
    "dep:sqlitegraph",
    "sqlitegraph/sqlite-backend",
]

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.blake3]
version = "1.5"

[dependencies.chrono]
version = "0.4"

[dependencies.llmgrep]
version = "3.8"

[dependencies.magellan]
version = "4.7"

[dependencies.mirage-analyzer]
version = "1.8"

[dependencies.notify]
version = "8"

[dependencies.parking_lot]
version = "0.12"

[dependencies.regex]
version = "1"

[dependencies.rusqlite]
version = "0.31"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.similar]
version = "2"

[dependencies.splice]
version = "2.9"

[dependencies.sqlitegraph]
version = "3.2.5"
features = ["sqlite-backend"]
optional = true
default-features = false

[dependencies.thiserror]
version = "2.0"

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

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

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

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

[dependencies.which]
version = "6.0"

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

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