pbox-crypto 0.1.13

Certificate and identity helpers for pbox
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.95"
name = "pbox-crypto"
version = "0.1.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Certificate and identity helpers for pbox"
readme = false
license = "MPL-2.0"
repository = "https://github.com/kierandrewett/pbox"

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

[dependencies.base64]
version = "0.22"

[dependencies.ed25519-dalek]
version = "2.2"
features = ["pkcs8"]

[dependencies.hkdf]
version = "0.12"

[dependencies.pem]
version = "3.0"

[dependencies.rcgen]
version = "0.14"

[dependencies.rustls-pki-types]
version = "1.12"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

[dependencies.time]
version = "0.3"
features = ["formatting"]

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