# 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.5" authors = ["martin frances "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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] name = "d3_delaunay_rs" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[test]] name = "delaunay" path = "tests/delaunay.rs" [[test]] name = "voronoi" path = "tests/voronoi.rs" [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"]