# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "iso8583_rs" version = "0.1.10" authors = ["Raghavendra Balgi "] publish = true description = "A library to define/parse/assemble and send/receive (via TCP) an ISO8583 message" readme = "README.md" keywords = ["iso8583", "parser", "crypto", "pin", "mac"] license = "Apache-2.0" repository = "https://github.com/rkbalgi/iso8583_rs" [dependencies.block-modes] version = "0.5.0" [dependencies.byteorder] version = "1.3.4" [dependencies.des] version = "0.4.0" [dependencies.encoding8] version = "0.3.2" [dependencies.generic-array] version = "0.14.2" [dependencies.hex] version = "0.4.2" [dependencies.hex-literal] version = "0.2.1" [dependencies.hexdump] version = "0.1.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.8" [dependencies.odds] version = "0.4.0" [dependencies.rand] version = "0.7.3" [dependencies.serde] version = "1.0.113" features = ["derive"] [dependencies.serde_yaml] version = "0.8.13" [dependencies.simplelog] version = "0.8.0" [dependencies.witchcraft-metrics] version = "0.1.1"