# 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" name = "d3_delaunay_rs" version = "0.9.4" authors = ["martin frances "] description = "A port of D3/d3-delauany" readme = "README.md" keywords = [ "delauany", "diagram", "graphics", "voronoi", ] categories = [ "graphics", "mathematics", ] license = "MIT" repository = "https://github.com/martinfrances107/rust_d3_delaunay" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.d3_geo_rs] version = "~2" [dependencies.delaunator] version = "~1" [dependencies.generator] version = "~0.8" optional = true [dependencies.geo] version = "~0.28" [dependencies.geo-types] version = "~0.7" [dependencies.num-traits] version = "~0.2" [dev-dependencies.pretty_assertions] version = "~1" [features] generator = ["dep:generator"]