datasynth-graph 0.2.3

Graph/network export for synthetic accounting data - supports PyTorch Geometric, Neo4j, and DGL formats
Documentation
[package]
name = "datasynth-graph"
version.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
description = "Graph/network export for synthetic accounting data - supports PyTorch Geometric, Neo4j, and DGL formats"

[dependencies]
datasynth-core = { workspace = true }
datasynth-banking = { workspace = true }
chrono = { workspace = true }
rust_decimal = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }

[dev-dependencies]
tempfile = { workspace = true }
rust_decimal_macros = { workspace = true }
uuid = { workspace = true }