dataprof-runtime 0.8.1

Shared runtime helpers and composed report types for dataprof
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 = "dataprof-runtime"
version = "0.8.1"
authors = ["Andrea Bozzo"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared runtime helpers and composed report types for dataprof"
readme = false
license = "MIT OR Apache-2.0"

[features]
async-streaming = [
    "dep:async-trait",
    "dep:bytes",
    "dep:futures",
    "dep:reqwest",
    "dep:tokio",
    "dep:tokio-util",
]
default = []
parquet-async = ["async-streaming"]

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

[dependencies.async-trait]
version = "0.1"
optional = true

[dependencies.bytes]
version = "1.10"
optional = true

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.dataprof-core]
version = "0.8.1"

[dependencies.dataprof-metrics]
version = "0.8.1"

[dependencies.futures]
version = "0.3.31"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.9.3"
features = ["small_rng"]

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "stream",
]
optional = true
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1.49"
features = ["full"]
optional = true

[dependencies.tokio-util]
version = "0.7"
features = ["io-util"]
optional = true

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

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