[dependencies.thiserror]
version = "2.0"
[dev-dependencies]
[lib]
name = "rs_ach"
path = "src/lib.rs"
[package]
authors = ["Juan Abimael Santos Castillo"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "finance"]
description = "ACH (Automated Clearing House) file parser following NACHA specifications"
documentation = "https://docs.rs/rs-ach"
edition = "2021"
keywords = ["ach", "nacha", "banking", "payment", "parser"]
license = "MIT"
name = "rs-ach"
readme = "README.md"
repository = "https://github.com/abimael10/rs-ach"
version = "0.1.2"
[[test]]
name = "error_handling_test"
path = "tests/error_handling_test.rs"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"