[package]
name = "datasynth-eval"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
description = "Evaluation framework for synthetic financial data quality and coherence"
[dependencies]
datasynth-core = { workspace = true }
datasynth-config = { workspace = true }
datasynth-generators = { workspace = true }
datasynth-graph = { workspace = true }
rust_decimal = { workspace = true }
rust_decimal_macros = { workspace = true }
statrs = "0.17"
ndarray = "0.16"
chrono = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }
askama = "0.12"
plotters = { version = "0.3", optional = true }
rayon = { workspace = true }
[dev-dependencies]
datasynth-test-utils = { workspace = true }
tempfile = { workspace = true }
proptest = { workspace = true }
rust_decimal_macros = "1.35"
[features]
default = ["charts"]
charts = ["plotters"]