[package]
edition = "2021"
name = "light-array-map"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generic array-backed map with O(n) lookup for small collections"
readme = false
license = "Apache-2.0"
repository = "https://github.com/Lightprotocol/light-protocol"
[lib]
name = "light_array_map"
path = "src/lib.rs"
[[test]]
name = "array_map_tests"
path = "tests/array_map_tests.rs"
[dependencies.tinyvec]
version = "1.10.0"