proxy-sdk 1.1.0

Write extensions for Proxy-WASM for WASM or Native environments
Documentation
[build-dependencies.prost-build]
version = "0.11"

[dependencies.derive_builder]
default-features = false
version = "0.12.0"

[dependencies.log]
default-features = false
version = "0.4"

[dependencies.once_cell]
version = "1.17"

[dependencies.prost]
default-features = false
features = ["std"]
version = "0.11"

[dependencies.prost-types]
default-features = false
version = "0.11"

[dev-dependencies.dlmalloc]
features = ["global"]
version = "0.2.6"

[[example]]
crate-type = ["cdylib"]
name = "mini_proxy"

[features]
default = []
stream-metadata = []

[package]
authors = ["Protryon <max.bruce12@gmail.com>"]
description = "Write extensions for Proxy-WASM for WASM or Native environments"
edition = "2021"
homepage = "https://www.leaksignal.com/"
keywords = ["leaksignal", "proxy", "wasm", "sdk"]
license = "Apache-2.0"
name = "proxy-sdk"
readme = "./README.md"
repository = "https://github.com/leaksignal/proxy-sdk"
version = "1.1.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.lazy_static]
version = "1.5"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.libloading]
version = "0.8.5"

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
features = ["custom"]
version = "0.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasi]
default-features = false
version = "0.11.0"