# 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.1.12" build = 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" [profile.release] lto = true codegen-units = 1 strip = true [lib] name = "iso8583_parser" path = "src/lib.rs" [[bin]] name = "iso8583_parser" path = "src/main.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.emv_tlv_parser] version = "0.1.8" [dependencies.hex] version = "0.4.3"