cassandra-cpp 0.15.1

A Cassandra CQL driver, built on top of the DataStax C++ driver for performance and functionality.
Documentation
[package]
description = "A Cassandra CQL driver, built on top of the DataStax C++ driver for performance and functionality."
documentation = "https://docs.rs/cassandra-cpp"
# no homepage yet
repository = "https://github.com/Metaswitch/cassandra-rs"
readme = "README.md"
keywords = [ "Cassandra", "binding", "CQL", "client", "database" ]
categories = [ "api-bindings", "database", "external-ffi-bindings", "asynchronous" ]
license = "Apache-2.0"
name = "cassandra-cpp"
version = "0.15.1"
authors = ["Tupshin Harper <tupshin@tupshin.com>", "Keith Wansbrough <Keith.Wansbrough@metaswitch.com>"]
edition = "2018"

[badges]
travis-ci = { repository = "Metaswitch/cassandra-rs" }

[dependencies]
clippy = {version = "0.0", optional = true}
slog = "2"
cassandra-cpp-sys = "0.12"
decimal = "1"
time = "0.1"
uuid = "0.5"
error-chain = "0.12.1"

[dev-dependencies]
tokio = { version = "0.2", features = ["rt-core", "macros", "test-util"] }
futures = "0.3.1"