exonum-configuration 0.6.0

An Exonum service that provides functionality of modifying the global configuration.
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-configuration"
version = "0.6.0"
authors = ["The Exonum Team <exonum@bitfury.com>"]
description = "An Exonum service that provides functionality of modifying the global configuration."
homepage = "https://exonum.com/doc/advanced/configuration-updater/"
documentation = "https://docs.rs/exonum-configuration"
readme = "README.md"
keywords = ["exonum", "blockchain", "config", "configuration"]
categories = ["database-implementations", "config"]
license = "Apache-2.0"
repository = "https://github.com/exonum/exonum"
[dependencies.bodyparser]
version = "0.8.0"

[dependencies.clap]
version = "2.30.0"

[dependencies.env_logger]
version = "0.5.3"

[dependencies.exonum]
version = "0.6.0"

[dependencies.failure]
version = "0.1.1"

[dependencies.iron]
version = "0.6.0"

[dependencies.lazy_static]
version = "1.0.0"

[dependencies.log]
version = "0.4.1"

[dependencies.params]
version = "0.8.0"

[dependencies.router]
version = "0.6.0"

[dependencies.serde]
version = "1.0.10"

[dependencies.serde_derive]
version = "1.0.10"

[dependencies.tempdir]
version = "0.3.5"
[dev-dependencies.exonum-testkit]
version = "0.6.0"

[dev-dependencies.pretty_assertions]
version = "0.5.0"
[badges.travis-ci]
repository = "exonum/exonum"