datarust-profile 0.2.0

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.2.0"
build = false
include = [
    "/src/**",
    "/tests/**",
    "/examples/**",
    "/Cargo.toml",
    "/README.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 = "profile_table"
path = "examples/profile_table.rs"
required-features = ["serde"]

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

[dependencies.datarust]
version = "0.6"

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

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