[package]
edition = "2024"
rust-version = "1.92"
name = "gbp-node"
version = "1.7.0"
authors = ["Group Protocol Stack contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GBP-layer group node: framing, AEAD, replay window, control plane and FSM. Sub-protocols (gtp/gap/gsp) build on top of this crate."
homepage = "https://github.com/F000NKKK/Group-Protocol-Stack"
readme = "README.md"
keywords = [
"gbp",
"mls",
"group",
"messaging",
"e2ee",
]
categories = [
"cryptography",
"network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/F000NKKK/Group-Protocol-Stack"
resolver = "2"
[lib]
name = "gbp_node"
path = "src/lib.rs"
[dependencies.gbp-core]
version = "1.7.0"
[dependencies.gbp-mls]
version = "1.7.0"
[dependencies.gbp-protocol]
version = "1.7.0"
[dependencies.thiserror]
version = "2"
[dependencies.tracing]
version = "0.1"
[target.'cfg(target_arch = "wasm32")'.dependencies.web-time]
version = "1"