polygon_unionfind 0.5.2

Disjoint-set data structure (union-find) for polygons.
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 = "2024"
name = "polygon_unionfind"
version = "0.5.2"
authors = ["Mikolaj Wielgus <wielgusmikolaj@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Disjoint-set data structure (union-find) for polygons."
documentation = "https://docs.rs/polygon_unionfind"
readme = "README.md"
keywords = [
    "geometry",
    "unionfind",
]
categories = [
    "algorithms",
    "data-structures",
    "graphics",
    "mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/topola/polygon_unionfind"

[package.metadata.docs.rs]
cargo-args = [
    "--all-features",
    "-Zunstable-options",
    "-Zrustdoc-scrape-examples",
]

[badges.maintenance]
status = "actively-developed"

[features]
default = ["std"]
std = []

[lib]
name = "polygon_unionfind"
path = "src/lib.rs"

[dependencies.i_overlay]
version = "4.4"

[dependencies.maplike]
version = "0.8"

[dependencies.num-traits]
version = "0.2"

[dependencies.rstar]
version = "0.12"

[dependencies.rstared]
version = "0.8"

[dependencies.undoredo]
version = "0.8"
features = [
    "derive",
    "rstar",
]
optional = true