[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.crossbeam-channel]
version = "0.5"
[dependencies.datasynth-banking]
version = "0.1.0"
[dependencies.datasynth-config]
version = "0.1.0"
[dependencies.datasynth-core]
version = "0.1.0"
[dependencies.datasynth-generators]
version = "0.1.0"
[dependencies.datasynth-ocpm]
version = "0.1.0"
[dependencies.datasynth-output]
version = "0.1.0"
[dependencies.indicatif]
features = ["rayon"]
version = "0.17"
[dependencies.num_cpus]
version = "1.16"
[dependencies.rand]
version = "0.8"
[dependencies.rayon]
version = "1.10"
[dependencies.rust_decimal]
features = ["serde", "serde-with-str", "maths"]
version = "1.36"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
features = ["full"]
version = "1.42"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.datasynth-test-utils]
version = "0.1.0"
[dev-dependencies.proptest]
version = "1.5"
[lib]
name = "datasynth_runtime"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Runtime orchestration, parallel execution, and memory management"
edition = "2021"
license = "Apache-2.0"
name = "datasynth-runtime"
readme = "README.md"
rust-version = "1.75"
version = "0.1.0"
[[test]]
name = "full_pipeline_integration"
path = "tests/full_pipeline_integration.rs"
[[test]]
name = "generation_integration"
path = "tests/generation_integration.rs"
[[test]]
name = "semantic_tests"
path = "tests/semantic_tests.rs"