[package]
edition = "2021"
rust-version = "1.88"
name = "datasynth-audit-optimizer"
version = "2.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Graph analysis, Monte Carlo simulation, and optimization for audit FSM blueprints"
homepage = "https://github.com/mivertowski/SyntheticData"
readme = "README.md"
keywords = [
"audit",
"optimizer",
"petgraph",
"monte-carlo",
"synthetic-data",
]
categories = [
"simulation",
"command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/mivertowski/SyntheticData"
[lib]
name = "datasynth_audit_optimizer"
path = "src/lib.rs"
[[test]]
name = "big4_benchmark"
path = "tests/big4_benchmark.rs"
[[test]]
name = "wave2_e2e"
path = "tests/wave2_e2e.rs"
[[test]]
name = "wave2_evaluation"
path = "tests/wave2_evaluation.rs"
[[test]]
name = "wave3_e2e"
path = "tests/wave3_e2e.rs"
[[test]]
name = "wave4_e2e"
path = "tests/wave4_e2e.rs"
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[dependencies.datasynth-audit-fsm]
version = "2.2.0"
[dependencies.petgraph]
version = "0.7"
[dependencies.rand]
version = "0.9"
[dependencies.rand_chacha]
version = "0.9"
[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"
[dev-dependencies.proptest]
version = "1.5"