gbp-stack 1.0.1

Top-level facade for the Group Protocol Stack: re-exports gbp-core, gbp-protocol, gtp-protocol, gap-protocol, gsp-protocol, gbp-mls, gbp-transport and gbp-node.
# 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.0.1"
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 and gbp-node."
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"

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

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

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

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

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

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

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

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