ratsio 0.4.1

Ratsio is a Rust client library for NATS messaging system and NATS Event Streaming.
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "ratsio"
version = "0.4.1"
authors = ["Michael Netshipise <michael@zulzi.com>"]
description = "Ratsio is a Rust client library for NATS messaging system and NATS Event Streaming."
homepage = "https://github.com/mnetship/ratsio"
documentation = "https://docs.rs/ratsio"
readme = "README.md"
keywords = ["nats", "streaming", "async", "tokio"]
categories = ["network-programming", "web-programming", "asynchronous"]
license = "MIT"
repository = "https://github.com/mnetship/ratsio"
[dependencies.atomic-counter]
version = "^1.0"

[dependencies.bytes]
version = "^1"

[dependencies.cfg-if]
version = "^0.1"

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

[dependencies.derive_builder]
version = "^0.7"

[dependencies.env_logger]
version = "^0.7"

[dependencies.futures]
version = "^0.3"

[dependencies.futures-core]
version = "^0.3"

[dependencies.futures-timer]
version = "^2.0"

[dependencies.lazy_static]
version = "^1.2"

[dependencies.log]
version = "^0.4"

[dependencies.native-tls]
version = "^0.2"
optional = true

[dependencies.nkeys]
version = "^0.1"
optional = true

[dependencies.nom]
version = "^4.1"
features = ["regexp", "verbose-errors"]

[dependencies.pin-project]
version = "1"

[dependencies.prost]
version = "^0.7"

[dependencies.rand]
version = "^0.6"

[dependencies.regex]
version = "^1.3"

[dependencies.sha2]
version = "^0.9"

[dependencies.thiserror]
version = "1.0.29"

[dependencies.tokio]
version = "^1"
features = ["rt-multi-thread", "net", "time", "io-util", "macros", "sync"]

[dependencies.tokio-native-tls]
version = "^0.3"
optional = true

[dependencies.tokio-util]
version = "^0.6"
features = ["codec"]
[dev-dependencies.ctrlc]
version = "3.1"
[build-dependencies.prost-build]
version = "0.7"

[features]
default = ["tls"]
tls = ["native-tls", "tokio-native-tls"]