[package]
edition = "2021"
rust-version = "1.85"
name = "tzap-plugin-signing"
version = "0.1.11"
authors = ["Frank Zhu"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Signing profiles for tzap RootAuth"
documentation = "https://docs.rs/tzap-plugin-signing"
readme = "README.md"
keywords = [
"archive",
"cryptography",
"ed25519",
"signing",
"tzap",
]
categories = ["cryptography"]
license = "Apache-2.0"
repository = "https://github.com/tzap-org/tzap"
[lib]
name = "tzap_plugin_signing"
path = "src/lib.rs"
[dependencies.ed25519-dalek]
version = "2"
features = ["rand_core"]
[dependencies.openssl]
version = "0.10.81"
features = ["vendored"]
[dependencies.sha2]
version = "0.10"
[dependencies.tzap-core]
version = "0.1.11"
[dependencies.x509-parser]
version = "0.18"
[dev-dependencies.rand]
version = "0.8"
[target."cfg(not(windows))".dependencies.sha2]
version = "0.10"
features = ["asm"]