samkhya-arrow 1.0.0

samkhya integration helpers for the Arrow ecosystem (Series → Sketch builders)
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-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"