typed_index_collection 2.2.1

Manage collection of objects
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 = "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 = []