# 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 = "2018" name = "voronator" version = "0.2.1" authors = ["Felipe Santos "] description = "Implements the Voronoi diagram construction as a dual of the Delaunay triangulation for a set of points and the construction of a centroidal tesselation of a Delaunay triangulation." readme = "README.md" keywords = [ "voronoi", "delaunay", "diagram", ] categories = [ "algorithms", "data-structures", "graphics", "visualization", ] license-file = "LICENSE" repository = "https://github.com/fesoliveira014/voronator-rs" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [[bench]] name = "delaunator" harness = false [dependencies.maybe_parallel_iterator] version = "0.12.0" [dev-dependencies.criterion] version = "0.3.2" [dev-dependencies.plotters] version = "0.2.15" [dev-dependencies.rand] version = "0.7.3" [dev-dependencies.rand_distr] version = "0.2.2" [dev-dependencies.serde_json] version = "1.0.54" [dev-dependencies.svg] version = "0.9.0" [features] default = ["rayon"] rayon = ["maybe_parallel_iterator/rayon"]