prestige-cli 0.3.2

CLI interface for manually fetching and reading Prestige-parquet files
# 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"
name = "prestige-cli"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI interface for manually fetching and reading Prestige-parquet files"
homepage = "https://github.com/jeffgrunewald/prestige"
readme = "README.md"
keywords = [
    "s3",
    "parquet",
    "sink",
    "streaming",
    "iceberg",
]
categories = [
    "asynchronous",
    "encoding",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jeffgrunewald/prestige"

[features]
iceberg = [
    "prestige/iceberg",
    "dep:iceberg",
    "dep:arrow",
]

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

[dependencies.anyhow]
version = "1"

[dependencies.arrow]
version = "57"
features = ["prettyprint"]
optional = true

[dependencies.chrono]
version = "0"
features = ["serde"]

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

[dependencies.futures]
version = "0"

[dependencies.iceberg]
version = "0.8"
optional = true

[dependencies.parquet]
version = "57"
features = ["async"]

[dependencies.prestige]
version = "0.3.2"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

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

[dependencies.tracing]
version = "0"

[dependencies.tracing-subscriber]
version = "0.3"