datasynth-runtime 0.9.0

Runtime orchestration, parallel execution, and memory management
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.88"
name = "datasynth-runtime"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime orchestration, parallel execution, and memory management"
homepage = "https://github.com/ey-asu-rnd/SyntheticData"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/ey-asu-rnd/SyntheticData"

[features]
default = ["streaming"]
streaming = ["dep:reqwest"]

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

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

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

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

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

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

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

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

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.csv]
version = "1.3"

[dependencies.datasynth-banking]
version = "0.9.0"

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

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

[dependencies.datasynth-eval]
version = "0.9.0"

[dependencies.datasynth-fingerprint]
version = "0.9.0"

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

[dependencies.datasynth-graph]
version = "0.9.0"

[dependencies.datasynth-ocpm]
version = "0.9.0"

[dependencies.datasynth-output]
version = "0.9.0"

[dependencies.datasynth-standards]
version = "0.9.0"

[dependencies.hex]
version = "0.4"

[dependencies.indicatif]
version = "0.18"
features = ["rayon"]

[dependencies.num_cpus]
version = "1.16"

[dependencies.rand]
version = "0.9"

[dependencies.rand_chacha]
version = "0.9"

[dependencies.rayon]
version = "1.10"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
    "blocking",
]
optional = true
default-features = false

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.42"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.21"
features = [
    "v4",
    "v7",
    "serde",
]

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

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

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