natsclient 0.0.1

NATS client designed for both an ergonomic API and performance
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "natsclient"
version = "0.0.1"
authors = ["Kevin Hoffman <alothien@gmail.com>"]
description = "NATS client designed for both an ergonomic API and performance"
homepage = "https://github.com/encabulators/natsclient"
documentation = "https://docs.rs/natsclient"
readme = "README.md"
keywords = ["nats", "client", "natsclient", "async", "stan"]
categories = ["network-programming", "api-bindings"]
license = "Apache-2.0"
repository = "https://github.com/encabulators/natsclient"
[dependencies.crossbeam]
version = "0.7.1"

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

[dependencies.data-encoding]
version = "2.1.2"

[dependencies.derive_builder]
version = "^0.7"

[dependencies.nats-types]
version = "0.1.4"

[dependencies.nkeys]
version = "0.0.4"

[dependencies.rand]
version = "0.6.5"

[dependencies.url]
version = "1.7"