datasynth-cli 0.11.0

Command-line interface for synthetic accounting data generation
# 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-cli"
version = "0.11.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for synthetic accounting data generation"
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",
    "datasynth-runtime/streaming",
]

[[bin]]
name = "datasynth-data"
path = "src/main.rs"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
    "string",
]

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

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

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

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

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

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

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

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

[dependencies.datasynth-runtime]
version = "0.11.0"

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

[dependencies.itoa]
version = "1.0"

[dependencies.num_cpus]
version = "1.16"

[dependencies.rayon]
version = "1.10"

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

[dependencies.ryu]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
]

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.predicates]
version = "3.0"

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

[target."cfg(unix)".dependencies.signal-hook]
version = "0.4"