wascc-redis 0.8.0

Redis capability provider for the waSCC wasm host runtime
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.crossbeam]
version = "0.7.3"

[dependencies.crossbeam-channel]
version = "0.4.2"

[dependencies.crossbeam-utils]
version = "0.7.2"

[dependencies.env_logger]
version = "0.7.1"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.log]
version = "0.4.8"

[dependencies.redis]
version = "0.16.0"

[dependencies.wascc-codec]
version = "0.8.0"

[features]
static_plugin = []

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

[package]
authors = ["Kevin Hoffman <alothien@gmail.com>"]
categories = ["wasm", "api-bindings"]
description = "Redis capability provider for the waSCC wasm host runtime"
documentation = "https://docs.rs/wascc-redis"
edition = "2018"
homepage = "https://wascc.dev"
keywords = ["webassembly", "wasm", "wasi", "wascc", "redis"]
license = "Apache-2.0"
name = "wascc-redis"
readme = "README.md"
repository = "https://github.com/wascc/redis-provider"
version = "0.8.0"