reql 0.0.22

A native ReQL driver
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 = "reql"
version = "0.0.22"
authors = ["rushmorem <rushmore@webenchanter.com>"]
build = "build/main.rs"
description = "A native ReQL driver"
documentation = "https://docs.rs/reql"
readme = "README.md"
keywords = ["database", "rethinkdb", "rebirthdb", "reql", "driver"]
categories = ["database"]
license = "MIT/Apache-2.0"
repository = "https://github.com/RebirthDB/rebirthdb-rs"
[dependencies.bufstream]
version = "0.1"

[dependencies.byteorder]
version = "1.0"

[dependencies.derive-error]
version = "0.0.4"

[dependencies.futures]
version = "0.1"

[dependencies.indexmap]
version = "1.0"

[dependencies.lazy_static]
version = "1.0"

[dependencies.log]
version = "0.4"

[dependencies.native-tls]
version = "0.1"
optional = true

[dependencies.parking_lot]
version = "0.5"

[dependencies.protobuf]
version = ">= 1.4, < 1.6"

[dependencies.ql2]
version = "1.1"

[dependencies.r2d2]
version = "0.8"

[dependencies.reql-types]
version = "0.0.4"

[dependencies.scram]
version = "0.4"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.uuid]
version = "0.6"
features = ["v4", "serde"]
[build-dependencies.nom]
version = "4.0"

[build-dependencies.serde]
version = "1.0"

[build-dependencies.serde_derive]
version = "1.0"

[build-dependencies.serde_yaml]
version = "0.7"

[features]
tls = ["native-tls"]
[badges.travis-ci]
repository = "RebirthDB/rebirthdb-rs"