cassandra-cpp 0.13.2

A Cassandra CQL driver, built on top of the DataStax C++ driver for performance and functionality.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

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

[dependencies.decimal]
version = "1"

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

[dependencies.futures]
version = "0.1"

[dependencies.slog]
version = "2"

[dependencies.time]
version = "0.1"

[dependencies.uuid]
version = "0.5"
[badges.travis-ci]
repository = "Metaswitch/cassandra-rs"