datapress-cli 0.4.13

Command-line client for a DataPress dataset server, built on datapress-client.
# 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 = "datapress-cli"
version = "0.4.13"
authors = ["Jeroen <jeroenflvr@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line client for a DataPress dataset server, built on datapress-client."
homepage = "https://github.com/jeroenflvr/datapress"
documentation = "https://docs.datap-rs.org"
readme = "README.md"
keywords = [
    "parquet",
    "delta",
    "duckdb",
    "datafusion",
    "http",
]
categories = [
    "database",
    "web-programming::http-server",
]
license = "MIT"
repository = "https://github.com/jeroenflvr/datapress"

[[bin]]
name = "datapress-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.arrow]
version = "58"
features = ["prettyprint"]

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

[dependencies.datapress-client]
version = "0.4.11"
features = [
    "blocking",
    "arrow",
]

[dependencies.serde_json]
version = "1"