samkhya-datafusion 1.0.0

samkhya DataFusion 46 adapter: SamkhyaTableProvider + SamkhyaStatsExec + SamkhyaOptimizerRule
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.85"
name = "samkhya-datafusion"
version = "1.0.0"
authors = ["Prateek Singh"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "samkhya DataFusion 46 adapter: SamkhyaTableProvider + SamkhyaStatsExec + SamkhyaOptimizerRule"
homepage = "https://github.com/singhpratech/samkhya"
readme = "README.md"
keywords = [
    "database",
    "cardinality",
    "query-optimizer",
    "datafusion",
    "duckdb",
]
categories = ["database"]
license = "Apache-2.0"
repository = "https://github.com/singhpratech/samkhya"
resolver = "2"

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

[[example]]
name = "b05_smoke"
path = "examples/b05_smoke.rs"

[[example]]
name = "e2e_query_suite"
path = "examples/e2e_query_suite.rs"

[[example]]
name = "h05_explain_capture"
path = "examples/h05_explain_capture.rs"

[[example]]
name = "stats_propagation_demo"
path = "examples/stats_propagation_demo.rs"

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

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.datafusion]
version = "46"

[dependencies.samkhya-core]
version = "1.0.0"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "macros",
    "rt-multi-thread",
]