[package]
name = "light-indexed-array"
version = "0.4.0"
description = "Implementation of indexed (and concurrent) Merkle tree in Rust"
readme = "README.md"
repository = "https://github.com/Lightprotocol/light-protocol"
license = "Apache-2.0"
edition = "2021"
[dependencies]
light-hasher = { workspace = true, features = ["poseidon"]}
num-bigint = { workspace = true }
num-traits = { workspace = true }
thiserror = { workspace = true }
[dev-dependencies]
light-hasher = { workspace = true, features = ["keccak", "sha256", "poseidon"] }
rand = { workspace = true }
num-bigint = { workspace = true, features = ["rand"] }