gsp-protocol 1.4.2

Group Signaling Protocol — the signalling sub-protocol of the Group Protocol Stack. Carries membership, role and stream-state events on top of the GBP base layer.
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 = "gsp-protocol"
version = "1.4.2"
authors = ["Group Protocol Stack contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Group Signaling Protocol — the signalling sub-protocol of the Group Protocol Stack. Carries membership, role and stream-state events on top of the GBP base layer."
homepage = "https://github.com/F000NKKK/Group-Protocol-Stack"
readme = "README.md"
keywords = [
    "mls",
    "signaling",
    "membership",
    "group",
    "messaging",
]
categories = [
    "cryptography",
    "network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/F000NKKK/Group-Protocol-Stack"
resolver = "2"

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

[dependencies.ciborium]
version = "0.2"

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

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

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

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

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

[dependencies.serde_bytes]
version = "0.11"

[dependencies.thiserror]
version = "2"