cdrs 2.1.1

Cassandra DB driver written in Rust
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 = "cdrs"
version = "2.1.1"
authors = ["Alex Pikalov <alex.pikalov.khar@gmail.com>"]
description = "Cassandra DB driver written in Rust"
homepage = "https://github.com/AlexPikalov/cdrs"
documentation = "https://docs.rs/cdrs"
readme = "./README.md"
keywords = ["cassandra", "driver", "client", "cassandradb", "DB"]
license = "MIT/Apache-2.0"
repository = "https://github.com/AlexPikalov/cdrs"
[dependencies.byteorder]
version = "1"

[dependencies.log]
version = "0.4.1"

[dependencies.lz4-compress]
version = "=0.1.0"

[dependencies.openssl]
version = "0.10"
optional = true

[dependencies.r2d2]
version = "0.8.2"

[dependencies.rand]
version = "0.4.1"

[dependencies.snap]
version = "0.2.3"

[dependencies.time]
version = "0.1.38"

[dependencies.uuid]
version = "0.7"
[dev-dependencies.cdrs_helpers_derive]
version = "0.1.0"

[dev-dependencies.env_logger]
version = "0.4.3"

[dev-dependencies.maplit]
version = "1.0.0"

[dev-dependencies.regex]
version = "0.2.5"

[features]
appveyor = []
default = ["v4"]
ssl = ["openssl"]
v3 = []
v4 = []