dcel 0.6.12

Implementation of doubly-connected edge list.
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 = "dcel"
version = "0.6.12"
authors = ["Mikolaj Wielgus <wielgusmikolaj@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implementation of doubly-connected edge list."
documentation = "https://docs.rs/dcel"
readme = "README.md"
keywords = ["no_std"]
categories = [
    "data-structures",
    "no-std",
    "rust-patterns",
]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/topola/dcel"

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

[features]
stable-vec = [
    "dep:stable-vec",
    "maplike/stable-vec",
]

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

[dependencies.maplike]
version = "0.7"

[dependencies.rstar]
version = "0.12"
optional = true

[dependencies.stable-vec]
version = "0.4"
optional = true