aph_disjoint_set 0.1.1

Disjoint set implementation with optimized memory usage and ability to detach elements.
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 = "2021"
rust-version = "1.70"
name = "aph_disjoint_set"
version = "0.1.1"
authors = ["AngelicosPhosphoros <xuzin.timur@gmail.com>"]
description = "Disjoint set implementation with optimized memory usage and ability to detach elements."
documentation = "https://docs.rs/aph_disjoint_set"
readme = "Readme.md"
keywords = [
    "disjoint-set",
    "union-find",
    "graph-algorithms",
]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://foss.heptapod.net/angelicos_phosphoros/aph-disjoint-set"
resolver = "1"

[dependencies]

[dev-dependencies.itertools]
version = "0.10.5"

[dev-dependencies.rstest]
version = "0.17.0"
default-features = false