light-array-map 0.2.0

Generic array-backed map with O(n) lookup for small collections
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"