gbp-stack-wasm 1.7.0

Browser/WASM bindings for the Group Protocol Stack.
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"
name = "gbp-stack-wasm"
version = "1.7.0"
authors = ["Group Protocol Stack contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Browser/WASM bindings for the Group Protocol Stack."
homepage = "https://github.com/F000NKKK/Group-Protocol-Stack"
readme = "README.md"
keywords = [
    "mls",
    "e2ee",
    "wasm",
    "group-messaging",
    "webassembly",
]
categories = [
    "cryptography",
    "wasm",
    "network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/F000NKKK/Group-Protocol-Stack"
resolver = "2"

[package.metadata.wasm-pack.profile.release]
wasm-opt = [
    "-Os",
    "--enable-bulk-memory",
    "--enable-nontrapping-float-to-int",
    "--enable-mutable-globals",
]

[lib]
name = "gbp_stack_wasm"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.fluvio-wasm-timer]
version = "0.2"

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

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

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

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

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

[dependencies.getrandom]
version = "0.2"
features = ["js"]

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

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

[dependencies.js-sys]
version = "0.3"

[dependencies.openmls]
version = "0.8"
features = ["js"]

[dependencies.tls_codec]
version = "0.4"
features = ["derive"]

[dependencies.wasm-bindgen]
version = "0.2"

[dev-dependencies.ciborium]
version = "0.2"

[dev-dependencies.wasm-bindgen-test]
version = "0.3"