gid-core 0.3.2

Graph-Indexed Development core library — graph-based project management and code analysis for AI agents
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 = "gid-core"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Graph-Indexed Development core library — graph-based project management and code analysis for AI agents"
readme = "README.md"
keywords = [
    "graph",
    "development",
    "ai",
    "agent",
    "code-analysis",
]
categories = [
    "development-tools",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/tonioyeme/graph-indexed-development"

[features]
cli-llm = [
    "infomap",
    "dep:tokio",
]
default = ["graph"]
full = [
    "ritual",
    "sqlite",
    "infomap",
    "cli-llm",
]
graph = []
harness = [
    "graph",
    "dep:tokio",
    "dep:futures",
    "dep:async-trait",
    "dep:agentctl-auth",
    "dep:dirs",
    "dep:reqwest",
]
infomap = [
    "graph",
    "dep:infomap-rs",
    "dep:async-trait",
]
ritual = [
    "harness",
    "dep:glob",
    "dep:which",
]
sqlite = [
    "graph",
    "dep:rusqlite",
]

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

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

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

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

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

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

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

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

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

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

[dependencies.agentctl-auth]
version = "0.1.0"
optional = true

[dependencies.anyhow]
version = "1"

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

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

[dependencies.deunicode]
version = "1.6"

[dependencies.dirs]
version = "6"
optional = true

[dependencies.futures]
version = "0.3"
optional = true

[dependencies.glob]
version = "0.3"
optional = true

[dependencies.infomap-rs]
version = "0.1.1"
optional = true

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = ["json"]
optional = true

[dependencies.rusqlite]
version = "0.32"
features = [
    "bundled",
    "backup",
]
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

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

[dependencies.tracing]
version = "0.1"

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

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

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

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

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

[dependencies.walkdir]
version = "2"

[dependencies.which]
version = "6"
optional = true

[dependencies.xxhash-rust]
version = "0.8"
features = ["xxh64"]

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

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