natsio 0.4.1

Deprecated in favor of the nats crate
Documentation
<p align="center">
  <img src="https://raw.githubusercontent.com/nats-io/nats.rs/master/logo/NATS-Rust.png">
</p>

<p align="center">
    A <a href="https://www.rust-lang.org/">Rust</a> client for the <a href="https://nats.io">NATS messaging system</a>.
</p>

## Status

[![License Apache 2](https://img.shields.io/badge/License-Apache2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![Crates.io](https://img.shields.io/crates/v/nats.svg)](https://crates.io/crates/nats)
[![Documentation](https://docs.rs/nats/badge.svg)](https://docs.rs/nats/)
[![Build Status](https://travis-ci.org/nats-io/nats.rs.svg?branch=master)](http://travis-ci.org/nats-io/nats.rs)

##### Warning

A Rust client for the NATS.io ecosystem.

We've moved! Please use the [`nats`](https://docs.rs/nats) crate instead of `natsio`. This
crate is deprecated.

We have continued developing and publishing [the same
codebase](https://github.com/nats-io/nats.rs) from this crate under the `nats` crate.