datasynth-cli 0.2.2

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.75"
name = "datasynth-cli"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for synthetic accounting data generation"
readme = "README.md"
license = "Apache-2.0"

[[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.2.2"

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

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

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

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

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

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

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

[dependencies.num_cpus]
version = "1.16"

[dependencies.rayon]
version = "1.10"

[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.10"

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