kdo-context 0.2.0-alpha.1

Internal crate for kdo — tree-sitter signature extraction and token-budgeted context generation. Not intended for direct use; API may change without notice.
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 = "2021"
rust-version = "1.75"
name = "kdo-context"
version = "0.2.0-alpha.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal crate for kdo — tree-sitter signature extraction and token-budgeted context generation. Not intended for direct use; API may change without notice."
homepage = "https://github.com/vivekpal1/kdo"
readme = "README.md"
keywords = [
    "workspace",
    "monorepo",
    "mcp",
    "context",
    "polyglot",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/vivekpal1/kdo"

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

[dependencies.anyhow]
version = "1"

[dependencies.ignore]
version = "0.4"

[dependencies.kdo-core]
version = "=0.2.0-alpha.1"

[dependencies.kdo-graph]
version = "=0.2.0-alpha.1"

[dependencies.miette]
version = "7"
features = ["fancy"]

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

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1"

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

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

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

[dependencies.tree-sitter-typescript]
version = "0.21"