tzap-plugin-signing 0.1.11

Signing profiles for tzap RootAuth
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-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"]