pq-msg 0.1.2

Rust crate for higher-level implementations of post-quantum messaging.
Documentation
[dependencies.chacha20poly1305]
version = "0.10.1"

[dependencies.crypto-common]
version = "0.1.6"

[dependencies.pqcrypto-falcon]
version = "0.4.0"

[dependencies.pqcrypto-mlkem]
version = "0.1.0"

[dependencies.pqcrypto-traits]
version = "0.3.5"

[dependencies.rand]
version = "0.9.1"

[[example]]
name = "full_exchange"
path = "examples/full_exchange.rs"

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

[package]
authors = ["OnlyF0uR"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust crate for higher-level implementations of post-quantum messaging."
edition = "2024"
homepage = "https://github.com/OnlyF0uR/pq-msg"
license = "MIT OR Apache-2.0"
name = "pq-msg"
readme = "README.md"
repository = "https://github.com/OnlyF0uR/pq-msg"
version = "0.1.2"