pta-generator 26.2.1

Test data generator for PTA applications
# 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 = "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"]