nails 0.13.0

[Nailgun](http://martiansoftware.com/nailgun/protocol.html) client and server protocols and a `Nail` trait that consuming crates can implement to plug in the logic that they would like to keep warm in a nailgun server.
Documentation
[package]
name = "nails"
version = "0.13.0"
authors = ["Stu Hood <stuhood@gmail.com>"]
license = "Apache-2.0"
readme = "../README.md"
repository = "https://github.com/stuhood/nails"
homepage = "https://github.com/stuhood/nails"
description = """
[Nailgun](http://martiansoftware.com/nailgun/protocol.html) client and server protocols and a `Nail`
trait that consuming crates can implement to plug in the logic that they would like to keep warm in
a nailgun server.
"""
edition = "2018"

[dependencies]
bytes = "1.0"
byteorder = "1"
futures = "0.3"
log = "0.4"
tokio = { version = "1.8", features = ["net", "sync", "time"] }
tokio-util = { version = "0.6", features = ["codec"] }

[dev-dependencies]
env_logger = "0.9"
tokio = { version = "1.8", features = ["macros", "net", "rt"] }