[package] name = "spl-merkle-tree-reference" version = "0.1.1" description = "Reference implementation of a merkle tree" authors = ["Solana Labs Maintainers "] repository = "https://github.com/solana-labs/solana-program-library" license = "Apache-2.0" edition = "2021" [dependencies] solana-program = ">=1.18.11,<2" thiserror = "1.0.64" [lib] crate-type = ["cdylib", "lib"] [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]