cassandra-cpp 1.2.0

A Cassandra CQL driver, built on top of the DataStax C++ driver for performance and functionality.
Documentation
[dependencies.cassandra-cpp-sys]
version = "1.1.0"

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

[dependencies.libc]
version = "0.2"

[dependencies.log]
optional = true
version = "0.4.17"

[dependencies.parking_lot]
version = "0.12"

[dependencies.slog]
optional = true
version = "2"

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

[dev-dependencies.logtest]
version = "2.0.0"

[dev-dependencies.tokio]
features = ["rt", "rt-multi-thread", "macros", "test-util"]
version = "1.0"

[features]
default = ["slog", "log"]
early_access_min_tls_version = ["cassandra-cpp-sys/early_access_min_tls_version"]

[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 = "1.2.0"