gantryclient 0.1.0

Gantry (waSCC actor registry) client
Documentation
[package]
name = "gantryclient"
version = "0.1.0"
authors = ["Kevin Hoffman <alothien@gmail.com>"]
edition = "2018"
homepage = "https://wascc.dev"
description = "Gantry (waSCC actor registry) client"
license = "Apache-2.0"
documentation = "https://docs.rs/wascc-host"
readme = "README.md"
keywords = ["webassembly", "wasm", "wasi", "wascc", "gantry"]
categories = ["wasm", "api-bindings","command-line-utilities"]

[dependencies]
nats = "0.7.4"
gantry-protocol = "0.0.8"
log = "0.4.11"
serde_derive = "1.0.115"
serde = "1.0.115"
serde_json = "1.0.57"
crossbeam = "0.7.3"