[package]
edition = "2024"
rust-version = "1.90"
name = "sqry-lang-ruby"
version = "4.10.13"
authors = ["Verivus Pty Ltd"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ruby 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_ruby"
path = "src/lib.rs"
[[example]]
name = "memory_baseline"
path = "examples/memory_baseline.rs"
[[test]]
name = "ast_inspection"
path = "tests/ast_inspection.rs"
[[test]]
name = "dsl_test"
path = "tests/dsl_test.rs"
[[test]]
name = "graph_builder_tests"
path = "tests/graph_builder_tests.rs"
[[test]]
name = "malformed_input"
path = "tests/malformed_input.rs"
[[test]]
name = "signature_tests"
path = "tests/signature_tests.rs"
[[test]]
name = "typeof_reference_tests"
path = "tests/typeof_reference_tests.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.once_cell]
version = "1.20"
[dependencies.sqry-core]
version = "4.10.0"
[dependencies.sqry-lang-support]
version = "4.10.0"
[dependencies.streaming-iterator]
version = "0.1"
[dependencies.tree-sitter]
version = "0.26"
[dependencies.tree-sitter-ruby]
version = "0.23.1"
[dev-dependencies.criterion]
version = "0.8"
[dev-dependencies.env_logger]
version = "0.11"
features = [
"auto-color",
"regex",
]
default-features = false
[dev-dependencies.insta]
version = "1.34"
features = ["yaml"]
[dev-dependencies.log]
version = "0.4"
[dev-dependencies.tempfile]
version = "3.10"