stan 0.0.3

NATS Streaming client based on official NATS rust client
Documentation
[package]
name = "stan"
version = "0.0.3"
authors = ["Jell <jean-louis@reify.se>"]
edition = "2018"
license = "Apache-2.0"
description = "NATS Streaming client based on official NATS rust client"
repository = "https://github.com/ReifyAB/stan-rs"

[dependencies]
bytes = "1.0.1"
prost = "0.7.0"
nats = "0.9.7"
uuid = { version = "0.8", features = ["v4"] }


[build-dependencies]
prost-build = { version = "0.7.0" }