pq-key-encoder 1.0.1

Post-quantum key encoding (DER, PEM, JWK) for ML-KEM, ML-DSA, SLH-DSA
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.78"
name = "pq-key-encoder"
version = "1.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Post-quantum key encoding (DER, PEM, JWK) for ML-KEM, ML-DSA, SLH-DSA"
homepage = "https://github.com/multivmlabs/post-quantum-packages"
documentation = "https://docs.rs/pq-key-encoder"
readme = "README.md"
keywords = [
    "post-quantum",
    "cryptography",
    "key-encoding",
    "pqc",
    "der",
]
categories = [
    "cryptography",
    "encoding",
]
license = "MIT"
repository = "https://github.com/multivmlabs/post-quantum-packages/tree/main/packages/pq-key-encoder/rust"

[features]
default = [
    "std",
    "pem",
]
jwk = []
pem = []
std = ["pq-oid/std"]

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.pq-oid]
version = "1.0.3"

[dependencies.zeroize]
version = "1"
features = [
    "alloc",
    "derive",
]
default-features = false