[package] name = "ramer_douglas_peucker" version = "0.2.2" authors = ["Benjamin Halsted "] edition = "2018" license = "MIT" description = "An implementation of the Ramer Douglas Peucker algorithm." homepage = "https://git.sr.ht/~halzy/ramer_douglas_peucker" repository = "https://git.sr.ht/~halzy/ramer_douglas_peucker" keywords = ["curve","simplify"] readme = "README.md" categories = ["mathematics"] [dependencies] legasea_line = "0.2.1" num-traits = "0.2.14" mint = "0.5.6"