quarb-objstore 0.22.0

Object-store (GCS, S3) adapter for the Quarb query engine
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"
name = "quarb-objstore"
version = "0.22.0"
authors = ["Bojan Durickovic <dev@deyanovich.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Object-store (GCS, S3) adapter for the Quarb query engine"
homepage = "https://quarb.org"
readme = "README.md"
keywords = [
    "query",
    "s3",
    "gcs",
    "storage",
    "quarb",
]
categories = [
    "api-bindings",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/quarb/engine"

[lib]
name = "quarb_objstore"
path = "src/lib.rs"

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

[dependencies.quarb]
version = "0.22.0"

[dependencies.quarb-aws]
version = "0.22.0"

[dependencies.quick-xml]
version = "0.39"

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.thiserror]
version = "2"

[dependencies.ureq]
version = "2"
features = ["json"]