llmcc-python 0.2.39

llmcc: llm context compiler
Documentation
[dependencies.llmcc-core]
version = "0.2.39"

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

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

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

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

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "llmcc: llm context compiler"
documentation = "https://github.com/allenanswerzq/llmcc#readme"
edition = "2021"
homepage = "https://github.com/allenanswerzq/llmcc"
license = "Apache-2.0"
name = "llmcc-python"
publish = true
readme = false
repository = "https://github.com/allenanswerzq/llmcc.git"
version = "0.2.39"

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