solana-merkle-tree 1.5.17

Solana Merkle Tree
Documentation
[package]
name = "solana-merkle-tree"
version = "1.5.17"
description = "Solana Merkle Tree"
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
documentation = "https://docs.rs/solana-merkle-tree"
edition = "2018"

[dependencies]
solana-sdk = { path = "../sdk", version = "=1.5.17" }
fast-math = "0.1"

[dev-dependencies]
hex = "0.4.2"

[lib]
crate-type = ["lib"]
name = "solana_merkle_tree"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]