merkle 1.8.0

Merkle tree implementation with support for generation of inclusion proofs.
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 = "merkle"
version = "1.8.0"
authors = ["Frederic Jacobs <me@fredericjacobs.com>", "Dylan Bourgeois <dtsbourg@gmail.com>", "Romain Ruetschi <romain.ruetschi@gmail.com>"]
description = "Merkle tree implementation with support for generation of inclusion proofs."
homepage = "https://github.com/SpinResearch/merkle.rs"
documentation = "https://spinresearch.github.io/merkle.rs/merkle/index.html"
readme = "README.md"
keywords = ["merkle", "merkle-tree"]
categories = ["data-structures", "cryptography"]
license = "BSD-3-Clause"
repository = "https://github.com/SpinResearch/merkle.rs"
[package.metadata.release]
dev-version-ext = "pre"
doc-branch = "gh-pages"
doc-commit-message = "Update documentation."
pre-release-commit-message = "Release version {{version}}."
pro-release-commit-message = "Start next development iteration {{version}}."
sign-commit = true
tag-message = "Release version {{version}}."
upload-doc = true
[dependencies.protobuf]
version = "^2.0.2"
optional = true

[dependencies.ring]
version = "^0.13.0"

[dependencies.serde]
version = "^1.0.55"
optional = true

[dependencies.serde_derive]
version = "^1.0.55"
optional = true
[dev-dependencies.serde_json]
version = "1.0.17"
[build-dependencies.protoc-rust]
version = "^2.0.2"
optional = true

[features]
serialization-protobuf = ["protobuf", "protoc-rust"]
serialization-serde = ["serde", "serde_derive"]