[dependencies.light-hasher]
version = "3.0.0"
[dependencies.num-bigint]
version = "0.4.6"
[dependencies.num-traits]
version = "0.2.19"
[dependencies.thiserror]
version = "2.0"
[dev-dependencies.num-bigint]
features = ["rand"]
version = "0.4.6"
[dev-dependencies.rand]
version = "0.8.5"
[lib]
name = "light_indexed_array"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Implementation of indexed (and concurrent) Merkle tree in Rust"
edition = "2021"
license = "Apache-2.0"
name = "light-indexed-array"
readme = false
repository = "https://github.com/Lightprotocol/light-protocol"
version = "0.1.0"
[[test]]
name = "test"
path = "tests/test.rs"