apache-spark-connect-core 4.2.0

Spark Connect client transport: gRPC channel, retries, reattach, artifacts, config, errors
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 = "2021"
name = "apache-spark-connect-core"
version = "4.2.0"
authors = ["Apache Spark <dev@spark.apache.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Spark Connect client transport: gRPC channel, retries, reattach, artifacts, config, errors"
homepage = "https://spark.apache.org/"
readme = false
license = "Apache-2.0"
repository = "https://github.com/apache/spark-connect-rust"

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

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

[dependencies.bytes]
version = "1"

[dependencies.crc32fast]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.prost]
version = "0.14"

[dependencies.prost-types]
version = "0.14"

[dependencies.regex]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.spark-connect-proto]
version = "4.2.0"
package = "apache-spark-connect-proto"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "sync",
    "macros",
    "time",
]

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tonic]
version = "0.14"
features = [
    "tls-ring",
    "tls-native-roots",
]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = ["v4"]

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