inmemory-keyvalue 0.4.0

In-memory keyvalue store implementing the wasmcloud:keyvalue contract
Documentation
[dependencies.env_logger]
version = "0.7.1"

[dependencies.log]
version = "0.4.8"

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

[dependencies.wasmcloud-actor-core]
version = "0.2.0"

[dependencies.wasmcloud-actor-keyvalue]
version = "0.2.0"

[features]
static_plugin = []

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

[package]
authors = ["wasmCloud Team"]
description = "In-memory keyvalue store implementing the wasmcloud:keyvalue contract"
documentation = "https://wasmcloud.dev"
edition = "2018"
license-file = "LICENSE"
name = "inmemory-keyvalue"
readme = "README.md"
repository = "https://github.com/wasmcloud/wasmcloud"
version = "0.4.0"