[package]
edition = "2024"
rust-version = "1.92"
name = "gbp-stack-ffi"
version = "0.2.1"
authors = ["Group Protocol Stack contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "C ABI surface (cdylib) for the Group Protocol Stack: handle-based API for MLS, the GBP node and the GTP/GAP/GSP clients. Designed to be consumed via P/Invoke or any FFI-capable runtime."
homepage = "https://github.com/F000NKKK/Group-Protocol-Stack"
readme = "README.md"
keywords = [
"ffi",
"gbp",
"cdylib",
"pinvoke",
"interop",
]
categories = [
"external-ffi-bindings",
"cryptography",
"network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/F000NKKK/Group-Protocol-Stack"
resolver = "2"
[lib]
name = "gbp_stack"
crate-type = [
"cdylib",
"rlib",
]
path = "src/lib.rs"
[dependencies.gbp-stack]
version = "0.2.1"
[dependencies.hex]
version = "0.4"
[dependencies.openmls]
version = "0.8"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_bytes]
version = "0.11"
[dependencies.serde_json]
version = "1"