dataprof-core 0.8.1

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

[features]
arrow = ["dep:arrow"]
async-streaming = ["dep:tokio"]
database = []
default = []

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

[dependencies.anyhow]
version = "1.0"

[dependencies.arrow]
version = "57.3.0"
features = ["ffi"]
optional = true

[dependencies.csv]
version = "1.4"

[dependencies.glob]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.num_cpus]
version = "1.16"

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

[dependencies.rand_chacha]
version = "0.9"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sysinfo]
version = "0.38"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.toml]
version = "0.9.8"

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