[dependencies.num-traits]
version = "0.2.14"
[dependencies.sorted-vec]
version = "0.5.2"
[dependencies.strum]
version = "0.20.0"
[dependencies.strum_macros]
version = "0.20.0"
[package]
authors = ["rlee287 <rlee287@yahoo.com>"]
categories = ["algorithms", "data-structures"]
description = "A union-find data structure for ranges"
documentation = "https://docs.rs/range_union_find"
edition = "2018"
homepage = "https://github.com/rlee287/range_union_find"
keywords = ["disjoint-set", "union-find"]
license = "MIT OR Apache-2.0"
name = "range_union_find"
readme = "README.md"
repository = "https://github.com/rlee287/range_union_find"
version = "0.2.0"