async-mesos 0.1.0

An asynchronous client for Mesos HTTP scheduler API.
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 = "async-mesos"
version = "0.1.0"
authors = ["Karsten Jeschkies <jeskar@web.de>"]
description = "An asynchronous client for Mesos HTTP scheduler API."
license = "Apache-2.0"
[dependencies.bytes]
version = "0.4"

[dependencies.failure]
version = "0.1"

[dependencies.futures]
version = "0.1"

[dependencies.hyper]
version = "0.11"

[dependencies.lazy_static]
version = "1.0"

[dependencies.log]
version = "0.4"

[dependencies.mime]
version = "0.3"

[dependencies.protobuf]
version = "1.4"
features = ["with-bytes"]

[dependencies.tokio-core]
version = "0.1"
[dev-dependencies.simple_logger]
version = "0.5"

[dev-dependencies.spectral]
version = "0.6"

[dev-dependencies.users]
version = "0.6"