polylabel 3.2.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.26.0"
[dependencies.geo]
version = "0.28.0"

[dependencies.libc]
default-features = false
optional = true
version = "0.2.153"

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

[dependencies.thiserror]
version = "1.0.57"
[dev-dependencies.criterion]
version = "0.5.1"

[features]
ffi = ["libc"]
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"
rust-version = "1.70"
version = "3.2.0"
[package.metadata.docs.rs]
features = ["ffi"]
[profile.release]
lto = true
rpath = true