wascc-httpclient 0.1.0

HTTP client capability provider for the waSCC wasm host runtime
Documentation
[dependencies.base64]
version = "0.12.1"

[dependencies.env_logger]
version = "0.7.1"

[dependencies.futures]
version = "0.3.5"

[dependencies.log]
version = "0.4.8"

[dependencies.reqwest]
features = ["json", "gzip", "brotli"]
version = "0.10"

[dependencies.serde_json]
version = "1.0.53"

[dependencies.tokio]
features = ["rt-threaded", "tcp", "time", "macros", "signal", "dns"]
version = "0.2"

[dependencies.wascc-codec]
version = "0.7.0"
[dev-dependencies.mockito]
version = "0.25"

[dev-dependencies.tokio]
features = ["rt-threaded", "tcp", "time", "macros", "signal", "dns", "full"]
version = "0.2"

[features]
static_plugin = []

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["Dan Norris <protochron@users.noreply.github.com>"]
categories = ["wasm", "api-bindings"]
description = "HTTP client capability provider for the waSCC wasm host runtime"
documentation = "https://docs.rs/wascc-host"
edition = "2018"
keywords = ["webassembly", "wasm", "wasi", "wascc"]
license = "Apache-2.0"
name = "wascc-httpclient"
readme = "README.md"
repository = "https://github.com/wascc/http-client-provider"
version = "0.1.0"