polylabel 2.5.0

A Rust implementation of the Polylabel algorithm for finding optimum polygon label positions.
Documentation
[[bench]]
harness = false
name = "benchmark"
[build-dependencies.cbindgen]
default-features = false
optional = true
version = "0.24.2"
[dependencies.geo]
version = "0.26.0"

[dependencies.libc]
version = "0.2.29"

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

[dependencies.thiserror]
version = "1.0.4"
[dev-dependencies.criterion]
version = "0.4.0"

[features]
headers = ["cbindgen"]

[lib]
crate-type = ["rlib", "cdylib"]
doc = true
doctest = true
name = "polylabel"
test = true

[package]
authors = ["Stephan Hügel <urschrei@gmail.com>"]
description = "A Rust implementation of the Polylabel algorithm for finding optimum polygon label positions."
edition = "2021"
keywords = ["geo", "polylabel", "gis"]
license = "MIT"
name = "polylabel"
readme = "README.md"
repository = "https://github.com/urschrei/polylabel-rs"
version = "2.5.0"
[profile.release]
lto = true
rpath = true