llmy-codegraph 1.0.0

All-in-one LLM utilities.
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 = "llmy-codegraph"
version = "1.0.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "All-in-one LLM utilities."
homepage = "https://github.com/wtdcode/llmy"
readme = "Readme.md"
license = "MIT"
repository = "https://github.com/wtdcode/llmy"
resolver = "2"

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

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

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

[dependencies.chrono]
version = "0.4"

[dependencies.color-eyre]
version = "0.6"

[dependencies.globset]
version = "0.4"

[dependencies.ignore]
version = "0.4"

[dependencies.itertools]
version = "0.14"

[dependencies.llmy-agent]
version = "1.0.0"
default-features = false

[dependencies.llmy-types]
version = "1.0.0"
default-features = false

[dependencies.schemars]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio",
    "sqlite",
]
default-features = false

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "rt",
]

[dependencies.tracing]
version = "0.1"

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

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

[dependencies.tree-sitter-solidity]
version = "1.2"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

[build-dependencies.cc]
version = "1"