indexmap 1.9.1

A hash table with consistent order and fast iteration.
Documentation
[build-dependencies.autocfg]
version = "1"
[dependencies.hashbrown]
default-features = false
features = ["raw"]
version = "0.12"

[dependencies.rayon]
optional = true
version = "1.4.1"

[dependencies.rustc-rayon]
optional = true
version = "0.4"

[dependencies.serde]
default-features = false
optional = true
version = "1.0"
[dev-dependencies.fnv]
version = "1.0"

[dev-dependencies.fxhash]
version = "0.2.1"

[dev-dependencies.itertools]
version = "0.10"

[dev-dependencies.lazy_static]
version = "1.3"

[dev-dependencies.quickcheck]
default-features = false
version = "1.0"

[dev-dependencies.rand]
features = ["small_rng"]
version = "0.8"

[dev-dependencies.serde_derive]
version = "1.0"

[features]
serde-1 = ["serde"]
std = []
test_debug = []
test_low_transition_point = []

[lib]
bench = false

[package]
categories = ["data-structures", "no-std"]
description = "A hash table with consistent order and fast iteration."
documentation = "https://docs.rs/indexmap/"
edition = "2021"
keywords = ["hashmap", "no_std"]
license = "Apache-2.0 OR MIT"
name = "indexmap"
repository = "https://github.com/bluss/indexmap"
resolver = "2"
rust-version = "1.56"
version = "1.9.1"
[package.metadata.docs.rs]
features = ["serde-1", "rayon"]

[package.metadata.release]
no-dev-version = true
tag-name = "{{version}}"
[profile.bench]
debug = true