exonum-testkit 0.1.1

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.1.1"
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-testkit"
[dependencies.exonum]
version = "0.4.0"

[dependencies.futures]
version = "0.1.14"

[dependencies.iron]
version = "0.6.0"

[dependencies.iron-test]
version = "0.6.0"

[dependencies.mount]
version = "0.4.0"

[dependencies.router]
version = "0.6.0"

[dependencies.serde]
version = "1.0.0"

[dependencies.serde_json]
version = "1.0.0"
[dev-dependencies.bodyparser]
version = "0.8.0"

[dev-dependencies.serde_derive]
version = "1.0.0"
[badges.travis-ci]
repository = "exonum/exonum-testkit"