datasynth-eval 3.1.1

Evaluation framework for synthetic financial data quality and coherence
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"
name = "datasynth-eval"
version = "3.1.1"
authors = ["Michael Ivertowski"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Evaluation framework for synthetic financial data quality and coherence"
readme = "README.md"
keywords = [
    "evaluation",
    "data-quality",
    "benford",
    "statistical-testing",
    "synthetic-data",
]
categories = [
    "simulation",
    "command-line-utilities",
]
license = "Apache-2.0"

[features]
adversarial = [
    "dep:ort",
    "dep:rand",
    "dep:rand_chacha",
    "dep:rand_distr",
]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.datasynth-config]
version = "3.1.1"

[dependencies.datasynth-core]
version = "3.1.1"

[dependencies.datasynth-generators]
version = "3.1.1"

[dependencies.ort]
version = "2.0.0-rc.12"
optional = true

[dependencies.rand]
version = "0.10"
optional = true

[dependencies.rand_chacha]
version = "0.10"
optional = true

[dependencies.rand_distr]
version = "0.6"
optional = true

[dependencies.rayon]
version = "1.10"

[dependencies.rust_decimal]
version = "1.36"
features = [
    "serde",
    "serde-with-str",
    "maths",
]

[dependencies.rust_decimal_macros]
version = "1.36"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.statrs]
version = "0.18"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.datasynth-test-utils]
version = "3.1.1"

[dev-dependencies.proptest]
version = "1.11"

[dev-dependencies.rand]
version = "0.10"

[dev-dependencies.rand_chacha]
version = "0.10"

[dev-dependencies.rand_distr]
version = "0.6"

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