codefold-core 0.8.2

Structural code reader for LLM agents — `Read`, with zoom levels. Python, TypeScript, Rust, Go.
Documentation
[package]
name = "codefold-core"
description = "Structural code reader for LLM agents — `Read`, with zoom levels. Python, TypeScript, Rust, Go."
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
rust-version.workspace = true
readme = "../../README.md"
keywords = ["llm", "ai", "code", "parser", "tree-sitter"]
categories = ["development-tools", "parser-implementations", "text-processing"]

[dependencies]
tree-sitter = { workspace = true }
tree-sitter-python = { workspace = true }
tree-sitter-typescript = { workspace = true }
tree-sitter-rust = { workspace = true }
tree-sitter-go = { workspace = true }
thiserror = { workspace = true }
tiktoken-rs = { workspace = true }
once_cell = { workspace = true }

[dev-dependencies]
insta = { workspace = true }
criterion = { workspace = true }

[[bench]]
name = "render"
harness = false