etcd 0.7.0

A client library for CoreOS's etcd.
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 = "etcd"
version = "0.7.0"
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
description = "A client library for CoreOS's etcd."
homepage = "https://github.com/jimmycuadra/rust-etcd"
documentation = "https://docs.rs/etcd"
readme = "README.md"
keywords = ["etcd", "coreos", "database"]
license = "MIT"
repository = "https://github.com/jimmycuadra/rust-etcd"

[lib]
test = false
[dependencies.serde_json]
version = "1.0.2"

[dependencies.hyper-tls]
version = "0.1.2"
optional = true

[dependencies.url]
version = "1.5.1"

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

[dependencies.tokio-core]
version = "0.1.8"

[dependencies.serde]
version = "1.0.9"

[dependencies.hyper]
version = "0.11.1"

[dependencies.serde_derive]
version = "1.0.9"

[dependencies.tokio-timer]
version = "0.1.2"

[dependencies.futures]
version = "0.1.14"

[features]
default = ["tls"]
tls = ["hyper-tls", "native-tls"]