paysec-keyblock 0.2.1

TR-31 key block processing for payment security applications.
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 = "2024"
rust-version = "1.89"
name = "paysec-keyblock"
version = "0.2.1"
authors = ["David Schmid <david.schmid@mailbox.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TR-31 key block processing for payment security applications."
documentation = "https://docs.rs/paysec-keyblock"
readme = "README.md"
keywords = [
    "payments",
    "payment-security",
    "key-block",
    "tr31",
    "cryptography",
]
categories = ["cryptography"]
license = "GPL-3.0"
repository = "https://github.com/5n00py/paysec"

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

[dependencies.hex]
version = "0.4.3"

[dependencies.paysec-crypto]
version = "0.2.1"

[dependencies.zeroize]
version = "1.9.0"

[dev-dependencies.paysec-crypto-rustcrypto]
version = "0.2.1"

[dev-dependencies.paysec-crypto-soft-aes]
version = "0.2.1"