exonum-cryptocurrency-advanced 0.11.0

Exonum blockchain example implementing a cryptocurrency.
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]
edition = "2018"
name = "exonum-cryptocurrency-advanced"
version = "0.11.0"
authors = ["The Exonum Team <exonum@bitfury.com>"]
description = "Exonum blockchain example implementing a cryptocurrency."
homepage = "https://exonum.com/"
readme = "README.md"
keywords = ["exonum", "blockchain", "example"]
categories = ["rust-patterns", "development-tools::testing"]
license = "Apache-2.0"
repository = "https://github.com/exonum/exonum"
[dependencies.exonum]
version = "0.11.0"

[dependencies.exonum-configuration]
version = "0.11.0"

[dependencies.exonum-derive]
version = "0.11.0"

[dependencies.failure]
version = "0.1.5"

[dependencies.protobuf]
version = "2.4.0"

[dependencies.serde]
version = "1.0.0"

[dependencies.serde_derive]
version = "1.0.0"
[dev-dependencies.assert_matches]
version = "1.2.0"

[dev-dependencies.exonum-testkit]
version = "0.11.0"

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

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

[dev-dependencies.serde_json]
version = "1.0.0"
[build-dependencies.exonum-build]
version = "0.11.0"

[features]
default = ["with-serde"]
with-serde = []
[badges.circle-ci]
repository = "exonum/exonum"

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