llmcc-resolver 0.2.65

llmcc brings multi-depth architecture graphs for code understanding and generation.
Documentation
[dependencies.llmcc-core]
version = "0.2.65"

[dependencies.rayon]
version = "1.10"

[dependencies.tracing]
version = "0.1"

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

[lints.clippy]
dbg_macro = "deny"
todo = "deny"

[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0

[package]
authors = ["llmcc contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "llmcc brings multi-depth architecture graphs for code understanding and generation."
documentation = "https://github.com/allenanswerzq/llmcc#readme"
edition = "2024"
homepage = "https://github.com/allenanswerzq/llmcc"
license = "Apache-2.0"
name = "llmcc-resolver"
publish = true
readme = false
repository = "https://github.com/allenanswerzq/llmcc.git"
resolver = "2"
version = "0.2.65"