datapress 0.3.3

Single `datapress` binary bundling both the DuckDB and DataFusion dataset HTTP backends, selectable at runtime via `server.backend`.
# 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"
version = "0.3.3"
authors = ["Jeroen <jeroenflvr@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Single `datapress` binary bundling both the DuckDB and DataFusion dataset HTTP backends, selectable at runtime via `server.backend`."
homepage = "https://github.com/jeroenflvr/fast-api"
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/fast-api"

[features]
auth = [
    "datapress-duckdb?/auth",
    "datapress-datafusion?/auth",
]
datafusion = ["dep:datapress-datafusion"]
default = [
    "duckdb",
    "datafusion",
]
docs = [
    "datapress-duckdb?/docs",
    "datapress-datafusion?/docs",
]
duckdb = ["dep:datapress-duckdb"]
explorer = [
    "datapress-duckdb?/explorer",
    "datapress-datafusion?/explorer",
]
metrics = [
    "datapress-duckdb?/metrics",
    "datapress-datafusion?/metrics",
]
swagger = [
    "datapress-duckdb?/swagger",
    "datapress-datafusion?/swagger",
]

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

[dependencies.actix-web]
version = "4.12.1"
features = [
    "compress-gzip",
    "compress-brotli",
    "compress-zstd",
]

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

[dependencies.datapress-core]
version = "0.3.3"

[dependencies.datapress-datafusion]
version = "0.3.3"
optional = true

[dependencies.datapress-duckdb]
version = "0.3.3"
optional = true

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.tokio]
version = "1.52.3"
features = ["full"]