[package]
edition = "2024"
rust-version = "1.85"
name = "samkhya-arrow"
version = "1.0.0"
authors = ["Prateek Singh"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "samkhya integration helpers for the Arrow ecosystem (Series → Sketch builders)"
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_arrow"
path = "src/lib.rs"
[[test]]
name = "fortress"
path = "tests/fortress.rs"
[[test]]
name = "smoke"
path = "tests/smoke.rs"
[dependencies.arrow]
version = "54"
[dependencies.samkhya-core]
version = "1.0.0"