exonum-testkit 0.10.2

Testkit for Exonum blockchain framework, allowing to test service APIs synchronously.
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 = "exonum-testkit"
version = "0.10.2"
authors = ["The Exonum Team <exonum@bitfury.com>"]
description = "Testkit for Exonum blockchain framework, allowing to test service APIs\nsynchronously.\n"
homepage = "https://exonum.com/"
documentation = "https://docs.rs/exonum-testkit"
readme = "README.md"
keywords = ["test", "blockchain", "framework", "exonum"]
categories = ["development-tools::testing"]
license = "Apache-2.0"
repository = "https://github.com/exonum/exonum"
[dependencies.actix-web]
version = "0.7.18"
default-features = false

[dependencies.exonum]
version = "0.10.3"

[dependencies.failure]
version = "0.1.5"

[dependencies.futures]
version = "0.1.25"

[dependencies.log]
version = "0.4.6"

[dependencies.protobuf]
version = "2.2.0"
features = ["with-serde"]

[dependencies.reqwest]
version = "0.9.8"

[dependencies.serde]
version = "1.0.10"

[dependencies.serde_derive]
version = "1.0.10"

[dependencies.serde_json]
version = "1.0.2"

[dependencies.serde_urlencoded]
version = "0.5.4"

[dependencies.tokio-core]
version = "0.1.17"
[dev-dependencies.assert_matches]
version = "1.2.0"

[dev-dependencies.exonum-derive]
version = "0.10.0"

[dev-dependencies.hex]
version = "0.3.2"

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

[dev-dependencies.pretty_assertions]
version = "0.5.1"

[dev-dependencies.rand]
version = "0.6.4"

[dev-dependencies.thread_local]
version = "0.3.6"
[build-dependencies.exonum-build]
version = "0.10.0"
[badges.circle-ci]
repository = "exonum/exonum"

[badges.travis-ci]
repository = "exonum/exonum"