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