[dependencies.serde]
default-features = false
optional = true
version = "1.0"
[dev-dependencies.serde_derive]
version = "1.0"
[features]
default = ["std"]
std = []
[package]
authors = ["Robin Freyler <robin.freyler@gmail.com>"]
categories = ["data-structures", "no-std"]
description = "A no_std compatible implementation of the indexmap crate"
documentation = "https:///docs.rs/indexmap-nostd"
edition = "2021"
keywords = ["hashmap", "no_std"]
license = "Apache-2.0"
name = "indexmap-nostd"
readme = "README.md"
repository = "https://github.com/robbepop/indexmap-nostd"
resolver = "2"
version = "0.4.0"
[package.metadata.docs.rs]
features = ["serde"]