[dependencies.indexmap]
version = "1.3"
[package]
authors = ["AngelicosPhosphoros <xuzin.timur@gmail.com>"]
categories = ["data-structures"]
description = "Priority queue that support changing priority or early remove by key"
documentation = "https://docs.rs/keyed_priority_queue"
edition = "2018"
keywords = ["priority", "queue", "keyed", "binary", "heap"]
license = "MIT"
name = "keyed_priority_queue"
readme = "../Readme.md"
repository = "https://github.com/AngelicosPhosphoros/keyed_priority_queue"
version = "0.3.1"