wasmcloud-nats 0.9.2

NATS capability provider for the wasmCloud 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.0"

[dependencies.env_logger]
version = "0.7.1"

[dependencies.log]
version = "0.4.8"

[dependencies.nats]
version = "0.8.6"

[dependencies.rmp-serde]
version = "0.14.4"

[dependencies.serde]
features = ["derive"]
version = "1.0.117"

[dependencies.serde_bytes]
version = "0.11.5"

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

[features]
static_plugin = []

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

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