# 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 = "delaunator" version = "1.0.2" authors = ["Vladimir Agafonkin "] description = "A very fast 2D Delaunay triangulation library." documentation = "https://docs.rs/delaunator" readme = "README.md" keywords = [ "delaunay", "triangulation", "tessellation", "spatial", "geometry", ] categories = [ "algorithms", "data-structures", ] license = "ISC" repository = "https://github.com/mourner/delaunator-rs" [lib] bench = false [[example]] name = "triangulate" path = "examples/triangulate.rs" [[example]] name = "svg" path = "examples/svg.rs" [[bench]] name = "bench" harness = false [dependencies.robust] version = "0.2.3" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde_json] version = "1.0.94" [features] default = ["std"] std = []