datafusion-quality 0.1.1

Data quality tools for DataFusion
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 = "datafusion-quality"
version = "0.1.1"
authors = ["Ada Lyons <ada.g.lyons@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Data quality tools for DataFusion"
homepage = "https://github.com/eadgbear/datafusion_quality"
readme = "README.md"
license = "Apache-2.0"

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

[dependencies.arrow]
version = "54.3.1"
features = ["prettyprint"]

[dependencies.datafusion]
version = "46.0.1"
features = ["serde"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.snafu]
version = "0.7"

[dependencies.strum]
version = "0.27.1"
features = ["derive"]

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