rapidgeo-simplify 0.1.2

Douglas-Peucker polyline simplification with pluggable distance backends
Documentation
[[bench]]
harness = false
name = "simplify_benchmarks"
path = "benches/simplify_benchmarks.rs"

[dependencies.rapidgeo-distance]
version = "0.2"

[dependencies.rayon]
optional = true
version = "1.11"

[dev-dependencies.criterion]
features = ["html_reports", "html_reports"]
version = "0.7"

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[[example]]
name = "batch_demo"
path = "examples/batch_demo.rs"

[features]
batch = ["rayon"]
default = []

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

[package]
authors = ["gaker"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "science::geo"]
description = "Douglas-Peucker polyline simplification with pluggable distance backends"
edition = "2021"
homepage = "https://github.com/gaker/rapidgeo"
keywords = ["gis", "geospatial", "polyline", "simplification", "douglas-peucker"]
license = "MIT OR Apache-2.0"
name = "rapidgeo-simplify"
readme = "README.md"
repository = "https://github.com/gaker/rapidgeo"
version = "0.1.2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]