oxigeo-distributed 0.2.3

Distributed processing capabilities for OxiGeo using Apache Arrow Flight
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"
rust-version = "1.95"
name = "oxigeo-distributed"
version = "0.2.3"
authors = ["COOLJAPAN OU (Team Kitasan)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Distributed processing capabilities for OxiGeo using Apache Arrow Flight"
homepage = "https://github.com/cool-japan/oxigeo"
documentation = "https://docs.rs/oxigeo-distributed"
readme = "README.md"
keywords = [
    "science",
    "distributed",
    "arrow-flight",
    "rpc",
    "gis",
]
categories = [
    "science",
    "network-programming",
    "concurrency",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/oxigeo"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []

[lib]
name = "oxigeo_distributed"
path = "src/lib.rs"
doctest = false

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

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

[[bench]]
name = "distributed_bench"
path = "benches/distributed_bench.rs"
harness = false

[dependencies.arrow]
version = "59"
default-features = false

[dependencies.arrow-flight]
version = "59"

[dependencies.arrow-ipc]
version = "59"

[dependencies.arrow-schema]
version = "59"

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

[dependencies.futures]
version = "0.3"

[dependencies.oxigeo-core]
version = "0.2.3"
default-features = true

[dependencies.serde]
version = "1"
features = [
    "derive",
    "alloc",
]
default-features = false

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"
default-features = false

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

[dependencies.tonic]
version = "0.14"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[lints.clippy]
cast_lossless = "allow"
cast_possible_truncation = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
doc_markdown = "allow"
expect_used = "warn"
manual_midpoint = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
panic = "deny"
similar_names = "allow"
suboptimal_flops = "allow"
unwrap_used = "deny"

[lints.rust]
missing_docs = "warn"
unsafe_code = "warn"