spg-engine 7.8.1

Execution engine for SPG: glues spg-sql parsing to spg-storage. Foreign keys, joins, vectors, cold tier.
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.95"
name = "spg-engine"
version = "7.8.1"
authors = ["GOLIA K.K. <lihao@golia.jp>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Execution engine for SPG: glues spg-sql parsing to spg-storage. Foreign keys, joins, vectors, cold tier."
readme = false
keywords = [
    "spg",
    "sql",
    "engine",
    "executor",
    "no-std",
]
categories = ["database-implementations"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/goliajp/spg"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[[bench]]
name = "execute"
path = "benches/execute.rs"
harness = false

[dependencies.spg-crypto]
version = "7.8"

[dependencies.spg-sql]
version = "7.8"

[dependencies.spg-storage]
version = "7.8"

[dev-dependencies.criterion]
version = "0.5"
features = ["cargo_bench_support"]
default-features = false

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_debug_implementations = "warn"
unsafe_code = "deny"
unused_must_use = "deny"