[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1.0"
[dev-dependencies.derive_more]
version = "0.99"
[dev-dependencies.version-sync]
version = "0.9"
[features]
alloc = []
default = ["alloc", "impl-index-from", "std"]
impl-index-from = []
serde-alloc = ["alloc", "serde/alloc"]
serde-std = ["std", "serde/std"]
std = []
[package]
authors = ["Andrey Zheleznov <zheland.net@gmail.com>"]
categories = ["data-structures", "no-std"]
description = "Typed index version of Rust slice and Vec containers"
documentation = "https://docs.rs/typed-index-collection"
edition = "2018"
keywords = ["collection", "index", "no_std", "slice", "vec"]
license = "MIT OR Apache-2.0"
name = "typed-index-collections"
readme = "README.md"
repository = "https://github.com/zheland/typed-index-collections"
version = "0.0.3"
[package.metadata.docs.rs]
all-features = true