tzap-plugin-keywrap 0.1.10

HPKE key-wrap recipient profiles for tzap v44
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 = "2021"
rust-version = "1.85"
name = "tzap-plugin-keywrap"
version = "0.1.10"
authors = ["Frank Zhu"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HPKE key-wrap recipient profiles for tzap v44"
documentation = "https://docs.rs/tzap-plugin-keywrap"
readme = "README.md"
keywords = [
    "archive",
    "cryptography",
    "tzap",
    "keywrap",
    "recipient",
]
categories = ["cryptography"]
license = "Apache-2.0"
repository = "https://github.com/tzap-org/tzap"

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

[dependencies.hpke]
version = "0.13"

[dependencies.openssl]
version = "0.10.81"
features = ["vendored"]

[dependencies.rand_core]
version = "0.9"
features = ["os_rng"]

[dependencies.sha2]
version = "0.10"

[dependencies.tzap-core]
version = "0.1.10"

[dependencies.x509-parser]
version = "0.18"