merkletree 0.7.1

Light merkle tree implementation with SPV support and dependency agnostic.
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 = "merkletree"
version = "0.7.1"
authors = ["Ivan Prisyazhnyy <john.koepi@gmail.com>"]
description = "Light merkle tree implementation with SPV support and dependency agnostic."
homepage = "https://github.com/filecoin-project/merkle_light"
documentation = "https://docs.rs/merkletree"
readme = "README.md"
keywords = ["merkle", "merkle-tree"]
categories = ["data-structures", "cryptography"]
license = "BSD-3-Clause"
repository = "https://github.com/filecoin-project/merkle_light"
[package.metadata.release]
pre-release-commit-message = "chore(release): release {{version}}"
pro-release-commit-message = "chore(release): starting development cycle for {{next_version}}"
[dependencies.arrayref]
version = "0.3.5"

[dependencies.memmap]
version = "0.7"

[dependencies.rand]
version = "^0.3"
optional = true

[dependencies.rayon]
version = "1.0.0"

[dependencies.ring]
version = "^0.14.1"
optional = true

[dependencies.rust-crypto]
version = "^0.2.36"
optional = true

[dependencies.tempfile]
version = "3.0.7"
[dev-dependencies.byteorder]
version = "1.3.1"

[features]
bitcoin = ["ring", "rust-crypto"]
chaincore = ["rust-crypto"]
crypto_bench = ["rust-crypto", "ring", "rand"]
default = []