# 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 = "2021" rust-version = "1.60" name = "simplify-polyline" version = "0.5.0" description = "Simplify polylines using Douglas-Peucker and radial distance algorithms. Port of the simplify-js library." homepage = "https://github.com/kade-robertson/simplify-polyline" readme = "README.md" keywords = [ "simplify", "polyline", "geometry", "simplify-js", ] categories = [ "mathematics", "graphics", ] license = "MIT" repository = "https://github.com/kade-robertson/simplify-polyline" [[test]] name = "integration" path = "tests/integration.rs" required-features = ["serde"] [[bench]] name = "bench" path = "benches/bench.rs" harness = false required-features = ["serde"] [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.criterion] version = "=0.4.0" [dev-dependencies.memchr] version = "=2.6.2" [dev-dependencies.os_str_bytes] version = "=6.5.1" [dev-dependencies.rayon-core] version = "=1.11.0" [dev-dependencies.regex] version = "=1.9.6" [dev-dependencies.serde_json] version = "=1.0.107" [features] serde = ["dep:serde"]