[package]
edition = "2018"
name = "typed_index_collection"
version = "2.2.1"
authors = ["Hove <core@hove.com>"]
description = "Manage collection of objects"
homepage = "https://github.com/hove-io/typed_index_collection"
documentation = "https://docs.rs/typed_index_collection"
readme = "README.md"
keywords = [
"collection",
"index",
]
license = "MIT"
repository = "https://github.com/hove-io/typed_index_collection"
[dependencies.derivative]
version = "2"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.thiserror]
version = "1"
[dependencies.tracing]
version = "0.1"
features = ["log"]
[dev-dependencies.testing_logger]
version = "0.1"
[features]
expose-inner = []