openmls_rust_crypto 0.4.2

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"
name = "openmls_rust_crypto"
version = "0.4.2"
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]
test-utils = ["openmls_memory_storage/test-utils"]

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

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

[dependencies.chacha20poly1305]
version = "0.10"

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

[dependencies.hkdf]
version = "0.12"

[dependencies.hmac]
version = "0.12"

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

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

[dependencies.hpke-rs-rust-crypto]
version = "0.4.0"

[dependencies.openmls_memory_storage]
version = "0.4.1"

[dependencies.openmls_traits]
version = "0.4.1"

[dependencies.p256]
version = "0.13"

[dependencies.rand]
version = "0.8"

[dependencies.rand_chacha]
version = "0.3"

[dependencies.serde]
version = "^1.0"
features = ["derive"]

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

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