[dependencies.getrandom]
features = ["js"]
version = "0.2"
[dependencies.rand]
version = "0.8.5"
[dependencies.rgp]
default-features = false
version = "0.3.3"
[dependencies.wasm-bindgen]
version = "0.2.87"
[lib]
crate-type = ["cdylib", "rlib"]
name = "rgp_web"
path = "src/lib.rs"
[package]
authors = ["sean watters <sean@ordinarylabs.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography"]
description = "WebAssembly bindings for the RGP crate."
edition = "2024"
homepage = "https://github.com/ordinarylabs/rgp"
keywords = ["e2ee", "encryption", "crypto", "security"]
license = "MIT"
name = "rgp-web"
readme = "README.md"
repository = "https://github.com/ordinarylabs/rgp"
version = "0.3.3"