datasynth-runtime 0.2.3

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.75"
name = "datasynth-runtime"
version = "0.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime orchestration, parallel execution, and memory management"
readme = "README.md"
license = "Apache-2.0"

[lib]
name = "datasynth_runtime"
path = "src/lib.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 = "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.2.3"

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

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

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

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

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

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

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

[dependencies.hex]
version = "0.4"

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

[dependencies.num_cpus]
version = "1.16"

[dependencies.rand]
version = "0.8"

[dependencies.rayon]
version = "1.10"

[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.11"
features = [
    "v4",
    "v7",
    "serde",
]

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

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

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