paysec 0.0.1

Rust library related to payment security standards.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"

[[package]]
name = "paysec"
version = "0.0.1"
dependencies = [
 "hex",
 "soft-aes",
]

[[package]]
name = "soft-aes"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d33909ace50facaccea7c996cf623416b8426f249ca446db3d6a3f560ad84cc"