datarust-profile 0.3.1

One-call data profiling and quality reports for the datarust ecosystem
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"
rust-version = "1.70"
name = "datarust-profile"
version = "0.3.1"
build = false
include = [
    "/src/**",
    "/tests/**",
    "/examples/**",
    "/benches/**",
    "/Cargo.toml",
    "/README.md",
    "/CHANGELOG.md",
    "/LICENSE",
    "/ROADMAP.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "One-call data profiling and quality reports for the datarust ecosystem"
homepage = "https://datarust.dev"
readme = "README.md"
keywords = [
    "data-profiling",
    "eda",
    "data-quality",
    "data-exploration",
    "datarust",
]
categories = [
    "science",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/genc-murat/datarust"

[features]
default = []
serde = [
    "dep:serde",
    "dep:serde_json",
    "datarust/serde",
]

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

[[example]]
name = "categorical_inspection"
path = "examples/categorical_inspection.rs"

[[example]]
name = "correlation_analysis"
path = "examples/correlation_analysis.rs"

[[example]]
name = "custom_report"
path = "examples/custom_report.rs"
required-features = ["serde"]

[[example]]
name = "duplicate_detection"
path = "examples/duplicate_detection.rs"

[[example]]
name = "missing_values"
path = "examples/missing_values.rs"

[[example]]
name = "numeric_distribution"
path = "examples/numeric_distribution.rs"

[[example]]
name = "profile_table"
path = "examples/profile_table.rs"
required-features = ["serde"]

[[example]]
name = "quality_checks"
path = "examples/quality_checks.rs"

[[example]]
name = "real_world_csv"
path = "examples/real_world_csv.rs"
required-features = ["serde"]

[[example]]
name = "type_inference"
path = "examples/type_inference.rs"

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

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false

[dependencies.datarust]
version = "0.6"

[dependencies.serde]
version = "=1.0.228"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "=1.0.145"
optional = true

[dev-dependencies.clap]
version = "=4.4.18"

[dev-dependencies.criterion]
version = "=0.5.1"

[dev-dependencies.half]
version = "=2.4.1"