[package]
edition = "2024"
rust-version = "1.90"
name = "sqry-lang-cpp"
version = "7.1.5"
authors = ["Verivus Pty Ltd"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "C++ language plugin for sqry"
readme = false
license = "MIT"
repository = "https://github.com/verivus-oss/sqry"
resolver = "2"
[features]
default = ["has_relations"]
has_relations = []
[lib]
name = "sqry_lang_cpp"
path = "src/lib.rs"
[[test]]
name = "graph_builder_tests"
path = "tests/graph_builder_tests.rs"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"
[[test]]
name = "typeof_reference_visibility_tests"
path = "tests/typeof_reference_visibility_tests.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.sqry-core]
version = "7.1.5"
[dependencies.sqry-lang-support]
version = "7.1.5"
[dependencies.streaming-iterator]
version = "0.1"
[dependencies.tree-sitter]
version = "0.26"
[dependencies.tree-sitter-cpp]
version = "0.23.1"
[dev-dependencies.log]
version = "0.4"
[dev-dependencies.tempfile]
version = "3.10"