bolt-client 0.4.0

A client that sends messages using the Bolt protocol.
Documentation
[package]
name = "bolt-client"
version = "0.4.0"
authors = ["Luc Street <lucis-fluxum@users.noreply.github.com>"]
description = "A client that sends messages using the Bolt protocol.\n"
readme = "README.md"
repository = "https://github.com/lucis-fluxum/bolt-rs"
categories  = ["network-programming", "database", "asynchronous", "encoding"]
keywords    = ["bolt", "client", "neo4j"]
license = "MIT"
edition = "2018"

[dev-dependencies]
criterion = "0.3.0"

[dependencies]
bolt-proto = { path = "../bolt-proto", version = "0.6.0" }

async-native-tls = { version = "0.3.2", default-features = false, features = [ "runtime-tokio" ] }
bytes = "0.5.3"
failure = "0.1.6"
tokio = { version = "0.2", features = ["full"] }

[[bench]]
name = "basic"
harness = false