llmcc-python 0.2.11

LLMCC - Language Model Code Collection
Documentation
[dependencies.llmcc-core]
version = "0.2.11"

[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 - Language Model Code Collection"
documentation = "https://github.com/allenanswerzq/llmcc#readme"
edition = "2021"
homepage = "https://github.com/allenanswerzq/llmcc"
license = "MIT"
name = "llmcc-python"
publish = true
readme = false
repository = "https://github.com/allenanswerzq/llmcc.git"
version = "0.2.11"

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