[package]
edition = "2024"
rust-version = "1.85.0"
name = "pta-generator"
version = "26.2.1"
build = "build.rs"
include = [
"src/**/*.rs",
"README.md",
"build.rs",
"LICENSE",
"NOTICE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Test data generator for PTA applications"
readme = "README.md"
keywords = [
"accounting",
"plaintext",
"testing",
]
license = "Apache-2.0"
repository = "https://github.com/tackler-ng/pta-generator"
[[bin]]
name = "pta-generator"
path = "src/main.rs"
[dependencies.clap]
version = "4.5.58"
features = ["derive"]
[dependencies.jiff]
version = "0.2.20"
[dependencies.uuid]
version = "1.21.0"
features = ["v5"]