iso8583_parser 0.2.6

An ISO8583 Message Parser
Documentation
# 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 = "2021"
name = "iso8583_parser"
version = "0.2.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An ISO8583 Message Parser"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/HosseinAssaran/ISO8583-Parser"

[lib]
name = "iso8583_parser"
path = "src/lib.rs"

[[bin]]
name = "iso8583_parser"
path = "src/main.rs"

[[bin]]
name = "iso8583_parser_gui"
path = "src/gui_main.rs"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[dependencies.clap]
version = "4.4.18"
features = ["derive"]

[dependencies.eframe]
version = "0.34.2"

[dependencies.emv_tlv_parser]
version = "0.1.8"

[dependencies.hex]
version = "0.4.3"

[profile.release]
lto = true
codegen-units = 1
strip = true