paysec 0.1.1

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

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

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

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