openmls 0.5.0

A Rust implementation of the Messaging Layer Security (MLS) protocol, as defined in RFC 9420.
Documentation
[[bench]]
harness = false
name = "benchmark"
[dependencies.backtrace]
version = "0.3"

[dependencies.itertools]
optional = true
version = "0.10"

[dependencies.log]
features = ["std"]
version = "0.4"

[dependencies.openmls_basic_credential]
features = ["clonable", "test-utils"]
optional = true
version = "0.2.0"

[dependencies.openmls_rust_crypto]
optional = true
version = "0.2.0"

[dependencies.openmls_traits]
version = "0.2.0"

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

[dependencies.rayon]
version = "^1.5.0"

[dependencies.rstest]
optional = true
version = "^0.16"

[dependencies.rstest_reuse]
optional = true
version = "0.4"

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

[dependencies.serde_json]
optional = true
version = "1.0"

[dependencies.thiserror]
version = "^1.0"

[dependencies.tls_codec]
features = ["derive", "serde", "mls"]
version = "0.3.0"
[dev-dependencies.backtrace]
version = "0.3"

[dev-dependencies.criterion]
version = "^0.5"

[dev-dependencies.hex]
features = ["serde"]
version = "0.4"

[dev-dependencies.itertools]
version = "0.10"

[dev-dependencies.lazy_static]
version = "1.4"

[dev-dependencies.openmls_traits]
features = ["test-utils"]
version = "0.2.0"

[dev-dependencies.pretty_env_logger]
version = "0.5"

[dev-dependencies.rstest]
version = "^0.16"

[dev-dependencies.rstest_reuse]
version = "0.4"

[dev-dependencies.tempfile]
version = "3"

[features]
content-debug = []
crypto-debug = []
crypto-subtle = []
default = []
test-utils = ["dep:serde_json", "dep:itertools", "dep:openmls_rust_crypto", "dep:rand", "dep:rstest", "dep:rstest_reuse", "dep:openmls_basic_credential"]

[package]
authors = ["OpenMLS Authors"]
description = "A Rust implementation of the Messaging Layer Security (MLS) protocol, as defined in RFC 9420."
documentation = "https://openmls.github.io/openmls/"
edition = "2021"
keywords = ["MLS", "IETF", "RFC9420", "Encryption", "E2EE"]
license = "MIT"
name = "openmls"
readme = "README.md"
repository = "https://github.com/openmls/openmls/"
version = "0.5.0"