powdb-query 0.6.0

PowQL lexer, parser, planner, and executor — compiled query engine for PowDB
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 = "2021"
name = "powdb-query"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PowQL lexer, parser, planner, and executor — compiled query engine for PowDB"
homepage = "https://zvn-dev.github.io/powdb/"
documentation = "https://docs.rs/powdb-query"
readme = "README.md"
keywords = [
    "database",
    "powdb",
    "powql",
    "query-engine",
    "parser",
]
categories = [
    "database",
    "database-implementations",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/zvndev/powdb"

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

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

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

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

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

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

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

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

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

[dependencies.powdb-storage]
version = "0.6.0"

[dependencies.rustc-hash]
version = "2"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

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

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