cassandra-cpp 0.15.1

A Cassandra CQL driver, built on top of the DataStax C++ driver for performance and functionality.
Documentation
[badges.travis-ci]
repository = "Metaswitch/cassandra-rs"
[dependencies.cassandra-cpp-sys]
version = "0.12"

[dependencies.clippy]
optional = true
version = "0.0"

[dependencies.decimal]
version = "1"

[dependencies.error-chain]
version = "0.12.1"

[dependencies.slog]
version = "2"

[dependencies.time]
version = "0.1"

[dependencies.uuid]
version = "0.5"
[dev-dependencies.futures]
version = "0.3.1"

[dev-dependencies.tokio]
features = ["rt-core", "macros", "test-util"]
version = "0.2"

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