de-mls 2.1.0

Decentralized MLS — end-to-end encrypted group messaging with consensus-based membership management over gossipsub-like networks
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 = "2024"
rust-version = "1.85"
name = "de-mls"
version = "2.1.0"
build = "build.rs"
exclude = [
    "logos-messaging-nim/",
    "libs/",
    "apps/",
    "examples/",
    ".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Decentralized MLS — end-to-end encrypted group messaging with consensus-based membership management over gossipsub-like networks"
homepage = "https://github.com/vacp2p/de-mls"
documentation = "https://docs.rs/de-mls"
readme = "README.md"
keywords = [
    "mls",
    "e2ee",
    "decentralized",
    "consensus",
    "group-messaging",
]
categories = [
    "cryptography",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/vacp2p/de-mls"

[features]
default = []
waku = [
    "base64",
    "libc",
]

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

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

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

[dependencies.alloy]
version = "1.0.37"
features = [
    "providers",
    "node-bindings",
    "network",
    "transports",
    "k256",
    "signer-local",
]

[dependencies.anyhow]
version = "1.0.81"

[dependencies.async-trait]
version = "0.1.88"

[dependencies.base64]
version = "0.22"
optional = true

[dependencies.bytes]
version = "1.10.1"

[dependencies.futures]
version = "0.3.31"

[dependencies.hashgraph-like-consensus]
version = "0.1.1"

[dependencies.http]
version = "1.3.1"

[dependencies.libc]
version = "0.2"
optional = true

[dependencies.openmls]
version = "0.7.1"

[dependencies.openmls_basic_credential]
version = "0.4.1"

[dependencies.openmls_rust_crypto]
version = "0.4.1"

[dependencies.openmls_traits]
version = "0.4.1"

[dependencies.prost]
version = "0.13.5"

[dependencies.rand]
version = "0.8.5"

[dependencies.serde]
version = "1.0.163"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10.8"

[dependencies.thiserror]
version = "1.0.39"

[dependencies.tokio]
version = "1.47.1"
features = [
    "macros",
    "rt-multi-thread",
    "full",
]

[dependencies.tokio-util]
version = "0.7.13"

[dependencies.tower-http]
version = "0.6.6"
features = ["cors"]

[dependencies.tower-layer]
version = "0.3.3"

[dependencies.tracing]
version = "0.1.41"

[dependencies.uuid]
version = "1.11.0"

[build-dependencies.prost-build]
version = "0.13.5"

[profile.android-dev]
inherits = "dev"

[profile.server-dev]
inherits = "dev"

[profile.wasm-dev]
opt-level = 1
inherits = "dev"