proxy-wasm-experimental 0.0.8

WebAssembly for Proxies
Documentation
[[example]]
crate-type = ["cdylib"]
name = "hello_world"
path = "examples/hello_world.rs"

[[example]]
crate-type = ["cdylib"]
name = "http_auth_random"
path = "examples/http_auth_random.rs"

[[example]]
crate-type = ["cdylib"]
name = "http_headers"
path = "examples/http_headers.rs"

[[example]]
crate-type = ["cdylib"]
name = "http_body"
path = "examples/http_body.rs"

[[example]]
crate-type = ["cdylib"]
name = "http_config"
path = "examples/http_config.rs"
[dependencies.hashbrown]
version = "0.9"

[dependencies.log]
version = "0.4"

[dependencies.wee_alloc]
optional = true
version = "0.4"
[dev-dependencies.bstr]
version = "0.2"

[dev-dependencies.cfg-if]
version = "1.0"

[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.version-sync]
version = "0.9"

[features]
wee-alloc = ["wee_alloc"]

[package]
authors = ["Piotr Sikora <piotrsikora@google.com>", "Yaroslav Skopets <yaroslav@tetrate.io>"]
description = "WebAssembly for Proxies"
edition = "2018"
license = "Apache-2.0"
name = "proxy-wasm-experimental"
readme = "README.md"
repository = "https://github.com/yskopets/proxy-wasm-rust-sdk"
version = "0.0.8"
[package.metadata.raze]
genmode = "Remote"
workspace_path = "//bazel/cargo"
[package.metadata.raze.crates.getrandom."=0.2.0"]
gen_buildrs = true
[package.metadata.raze.crates.libc."=0.2.85"]
gen_buildrs = true
[package.metadata.raze.crates.log."=0.4.14"]
gen_buildrs = true
[profile.release]
lto = true
opt-level = 3
panic = "abort"
[target."cfg(not(all(target_arch = \"wasm32\", target_os = \"unknown\")))".dev-dependencies.getrandom]
version = "0.2"