sqry-lang-sql 7.2.0

SQL language plugin for sqry
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.90"
name = "sqry-lang-sql"
version = "7.2.0"
authors = ["Verivus Pty Ltd"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQL 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_sql"
path = "src/lib.rs"

[[test]]
name = "database_nodes_tests"
path = "tests/database_nodes_tests.rs"

[[test]]
name = "graph_builder_tests"
path = "tests/graph_builder_tests.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[test]]
name = "test_debug_ast"
path = "tests/test_debug_ast.rs"

[[test]]
name = "test_plpgsql_calls"
path = "tests/test_plpgsql_calls.rs"

[[test]]
name = "test_procedure_trigger_graph"
path = "tests/test_procedure_trigger_graph.rs"

[[test]]
name = "test_table_access_debug"
path = "tests/test_table_access_debug.rs"

[[test]]
name = "test_trigger_graph_extraction"
path = "tests/test_trigger_graph_extraction.rs"

[[test]]
name = "visibility_tests"
path = "tests/visibility_tests.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.sqry-core]
version = "7.2.0"

[dependencies.streaming-iterator]
version = "0.1"

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

[dependencies.tree-sitter-sequel]
version = "0.3.11"

[dev-dependencies.log]
version = "0.4"

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