dataprof-metrics 0.8.1

Metrics and statistical analysis engine 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-metrics"
version = "0.8.1"
authors = ["Andrea Bozzo"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Metrics and statistical analysis engine for dataprof"
readme = false
license = "MIT OR Apache-2.0"

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

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

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

[dependencies.log]
version = "0.4"

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

[dependencies.regex]
version = "1.12"

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

[dependencies.wide]
version = "1.2.0"

[dev-dependencies.serde_json]
version = "1.0"