gbp-stack 1.6.0

Top-level facade for the Group Protocol Stack: re-exports gbp-core, gbp-protocol, gtp-protocol, gap-protocol, gsp-protocol, gbp-mls, gbp-transport, gbp-node and gbp-sframe.
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.92"
name = "gbp-stack"
version = "1.6.0"
authors = ["Group Protocol Stack contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Top-level facade for the Group Protocol Stack: re-exports gbp-core, gbp-protocol, gtp-protocol, gap-protocol, gsp-protocol, gbp-mls, gbp-transport, gbp-node and gbp-sframe."
homepage = "https://github.com/F000NKKK/Group-Protocol-Stack"
readme = "README.md"
keywords = [
    "mls",
    "rfc9420",
    "group",
    "messaging",
    "e2ee",
]
categories = [
    "cryptography",
    "network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/F000NKKK/Group-Protocol-Stack"
resolver = "2"

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

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

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

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

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

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

[dependencies.gap-protocol]
version = "1.6.0"

[dependencies.gbp-core]
version = "1.6.0"

[dependencies.gbp-mls]
version = "1.6.0"

[dependencies.gbp-node]
version = "1.6.0"

[dependencies.gbp-protocol]
version = "1.6.0"

[dependencies.gbp-sframe]
version = "1.6.0"

[dependencies.gbp-transport]
version = "1.6.0"

[dependencies.gsp-protocol]
version = "1.6.0"

[dependencies.gtp-protocol]
version = "1.6.0"

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.openmls]
version = "0.8"

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

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