samkhya-cli 1.0.0

samkhya command-line tools: inspect, stats, sketch, puffin pack/verify
# 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-cli"
version = "1.0.0"
authors = ["Prateek Singh"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "samkhya command-line tools: inspect, stats, sketch, puffin pack/verify"
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"

[[bin]]
name = "samkhya"
path = "src/main.rs"

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

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.csv]
version = "1"

[dependencies.rusqlite]
version = "0.31"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1"