[package]
edition = "2024"
rust-version = "1.85.0"
name = "rudb"
version = "0.4.13"
authors = ["tamnd <tamnd87@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The embedding API: connections, prepared statements, configuration and results."
homepage = "https://github.com/tamnd/rudb"
readme = "README.md"
keywords = [
"database",
"olap",
"analytics",
"sql",
"duckdb",
]
categories = [
"database-implementations",
"database",
]
license = "Apache-2.0"
repository = "https://github.com/tamnd/rudb"
[lib]
name = "rudb"
path = "src/lib.rs"
[[test]]
name = "api"
path = "tests/api.rs"
[[test]]
name = "by_name"
path = "tests/by_name.rs"
[[test]]
name = "casecoded"
path = "tests/casecoded.rs"
[[test]]
name = "clickbench"
path = "tests/clickbench.rs"
[[test]]
name = "cluster"
path = "tests/cluster.rs"
[[test]]
name = "clustered"
path = "tests/clustered.rs"
[[test]]
name = "conditions"
path = "tests/conditions.rs"
[[test]]
name = "correlated"
path = "tests/correlated.rs"
[[test]]
name = "correlation"
path = "tests/correlation.rs"
[[test]]
name = "csv"
path = "tests/csv.rs"
[[test]]
name = "cte"
path = "tests/cte.rs"
[[test]]
name = "cutoff"
path = "tests/cutoff.rs"
[[test]]
name = "dense"
path = "tests/dense.rs"
[[test]]
name = "dictionary"
path = "tests/dictionary.rs"
[[test]]
name = "domain"
path = "tests/domain.rs"
[[test]]
name = "encoded"
path = "tests/encoded.rs"
[[test]]
name = "explain"
path = "tests/explain.rs"
[[test]]
name = "extremes"
path = "tests/extremes.rs"
[[test]]
name = "glob"
path = "tests/glob.rs"
[[test]]
name = "grouped"
path = "tests/grouped.rs"
[[test]]
name = "grown"
path = "tests/grown.rs"
[[test]]
name = "late"
path = "tests/late.rs"
[[test]]
name = "lateral"
path = "tests/lateral.rs"
[[test]]
name = "lifted"
path = "tests/lifted.rs"
[[test]]
name = "limit"
path = "tests/limit.rs"
[[test]]
name = "list"
path = "tests/list.rs"
[[test]]
name = "loadprofile"
path = "tests/loadprofile.rs"
[[test]]
name = "marks"
path = "tests/marks.rs"
[[test]]
name = "names"
path = "tests/names.rs"
[[test]]
name = "native_aggregate_cache"
path = "tests/native_aggregate_cache.rs"
[[test]]
name = "parquet"
path = "tests/parquet.rs"
[[test]]
name = "phases"
path = "tests/phases.rs"
[[test]]
name = "planning"
path = "tests/planning.rs"
[[test]]
name = "prepared"
path = "tests/prepared.rs"
[[test]]
name = "pruned"
path = "tests/pruned.rs"
[[test]]
name = "pushdown"
path = "tests/pushdown.rs"
[[test]]
name = "qerror"
path = "tests/qerror.rs"
[[test]]
name = "ranked"
path = "tests/ranked.rs"
[[test]]
name = "readback"
path = "tests/readback.rs"
[[test]]
name = "reduction"
path = "tests/reduction.rs"
[[test]]
name = "reproducible"
path = "tests/reproducible.rs"
[[test]]
name = "reread"
path = "tests/reread.rs"
[[test]]
name = "result"
path = "tests/result.rs"
[[test]]
name = "rules"
path = "tests/rules.rs"
[[test]]
name = "seams"
path = "tests/seams.rs"
[[test]]
name = "sides"
path = "tests/sides.rs"
[[test]]
name = "sniff"
path = "tests/sniff.rs"
[[test]]
name = "sorted"
path = "tests/sorted.rs"
[[test]]
name = "storage"
path = "tests/storage.rs"
[[test]]
name = "summary"
path = "tests/summary.rs"
[[test]]
name = "topcoded"
path = "tests/topcoded.rs"
[[test]]
name = "topn"
path = "tests/topn.rs"
[[test]]
name = "validity"
path = "tests/validity.rs"
[[test]]
name = "view"
path = "tests/view.rs"
[[test]]
name = "window"
path = "tests/window.rs"
[[test]]
name = "zoned"
path = "tests/zoned.rs"
[dependencies.iana-time-zone]
version = "0.1.65"
[dependencies.rudb-arrow]
version = "=0.4.13"
[dependencies.rudb-bind]
version = "=0.4.13"
[dependencies.rudb-catalog]
version = "=0.4.13"
[dependencies.rudb-common]
version = "=0.4.13"
[dependencies.rudb-exec]
version = "=0.4.13"
[dependencies.rudb-functions]
version = "=0.4.13"
[dependencies.rudb-graph]
version = "=0.4.13"
[dependencies.rudb-io]
version = "=0.4.13"
[dependencies.rudb-kernels]
version = "=0.4.13"
[dependencies.rudb-metrics]
version = "=0.4.13"
[dependencies.rudb-native]
version = "=0.4.13"
[dependencies.rudb-opt]
version = "=0.4.13"
[dependencies.rudb-parse]
version = "=0.4.13"
[dependencies.rudb-pipeline]
version = "=0.4.13"
[dependencies.rudb-plan]
version = "=0.4.13"
[dependencies.rudb-seam]
version = "=0.4.13"
[dependencies.rudb-storage]
version = "=0.4.13"
[dependencies.rudb-txn]
version = "=0.4.13"
[dependencies.rudb-vector]
version = "=0.4.13"
[lints.clippy]
doc_markdown = "allow"
missing_panics_doc = "warn"
todo = "warn"
undocumented_unsafe_blocks = "warn"
[lints.rust]
missing_debug_implementations = "warn"
rust_2018_idioms = "warn"
unreachable_pub = "warn"
unused_qualifications = "warn"