brokk-bifrost-cpp 0.9.5

C++ language knowledge for brokk-bifrost: declarations and macro-sentinel recovery, include-graph visibility, out-of-line member identity reconciliation, and usage-graph resolution
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 = "2024"
rust-version = "1.96"
name = "brokk-bifrost-cpp"
version = "0.9.5"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "C++ language knowledge for brokk-bifrost: declarations and macro-sentinel recovery, include-graph visibility, out-of-line member identity reconciliation, and usage-graph resolution"
homepage = "https://github.com/BrokkAi/bifrost"
readme = "README.md"
keywords = [
    "analyzer",
    "tree-sitter",
    "code-analysis",
]
categories = [
    "development-tools",
    "parser-implementations",
]
license = "LGPL-3.0-or-later"
repository = "https://github.com/BrokkAi/bifrost"

[features]
default = []
test-support = ["brokk-bifrost-core/test-support"]

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

[dependencies.brokk-bifrost-core]
version = "=0.9.5"

[dependencies.regex]
version = "1.12.2"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.shlex]
version = "2.0.1"

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

[dependencies.tree-sitter-cpp]
version = "0.23.4"

[dev-dependencies.brokk-bifrost-core]
version = "=0.9.5"
features = ["test-support"]

[dev-dependencies.tempfile]
version = "3.23.0"