openmls_rust_crypto 0.6.0

A crypto backend for OpenMLS implementing openmls_traits using RustCrypto primitives.
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.91.0"
name = "openmls_rust_crypto"
version = "0.6.0"
authors = ["OpenMLS Authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A crypto backend for OpenMLS implementing openmls_traits using RustCrypto primitives."
documentation = "https://docs.rs/openmls_rust_crypto"
readme = "README.md"
license = "MIT"
repository = "https://github.com/openmls/openmls/tree/main/openmls_rust_crypto"

[features]
draft-ietf-mls-pq-ciphersuites = ["openmls_traits/draft-ietf-mls-pq-ciphersuites"]
extensions-draft = [
    "openmls_traits/extensions-draft",
    "openmls_memory_storage/extensions-draft",
]
targeted-messages-draft = ["openmls_traits/targeted-messages-draft"]
test-utils = ["openmls_memory_storage/test-utils"]
virtual-clients-draft = [
    "openmls_traits/virtual-clients-draft",
    "openmls_memory_storage/virtual-clients-draft",
    "dep:fpe",
    "dep:aes",
]

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

[dependencies.aes]
version = "0.8"
optional = true

[dependencies.aes-gcm]
version = "0.10"

[dependencies.chacha20poly1305]
version = "0.10"

[dependencies.ed25519-dalek]
version = "2.0"
features = ["rand_core"]

[dependencies.fpe]
version = "0.6"
optional = true

[dependencies.hkdf]
version = "0.13"

[dependencies.hmac]
version = "0.13"

[dependencies.hpke]
version = "0.7"
features = [
    "hazmat",
    "serialization",
    "experimental",
]
default-features = false
package = "hpke-rs"

[dependencies.hpke-rs-crypto]
version = "0.7"

[dependencies.hpke-rs-rust-crypto]
version = "0.7"
features = ["experimental"]

[dependencies.ml-dsa]
version = "0.1.0"

[dependencies.openmls_memory_storage]
version = "0.6.0"

[dependencies.openmls_traits]
version = "0.6.0"

[dependencies.p256]
version = "0.13"

[dependencies.p384]
version = "0.13"

[dependencies.rand_chacha]
version = "0.3"

[dependencies.rand_core]
version = "0.6"
features = ["getrandom"]

[dependencies.rand_core_0_10]
version = "0.10"
package = "rand_core"

[dependencies.sha2]
version = "0.11"

[dependencies.thiserror]
version = "^2.0"

[dependencies.tls_codec]
version = "0.5"
features = [
    "derive",
    "serde",
    "mls",
]