# 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 = "meshless_voronoi" version = "0.7.2" build = false exclude = [ "plot_vortess.py", "shell.nix", ] autobins = false autoexamples = false autotests = false autobenches = false description = "An implementation of the Meshless Voronoi algorithm." documentation = "https://docs.rs/meshless_voronoi" readme = "README.md" keywords = [ "voronoi", "graphics", "diagram", ] categories = [ "graphics", "science", "mathematics", ] license = "MIT OR Apache-2.0 OR LGPL-3.0-only OR LGPL-3.0+" repository = "https://github.com/yuyttenhove/meshless_voro" [package.metadata.docs.rs] features = [ "rayon", "hdf5", "ibig", ] no-default-features = true [lib] name = "meshless_voronoi" path = "src/lib.rs" [[example]] name = "grid_3d" path = "examples/grid_3d.rs" [[test]] name = "test_extract_vertices" path = "tests/test_extract_vertices.rs" [[test]] name = "test_regular_grid" path = "tests/test_regular_grid.rs" [dependencies.ahash] version = "0.8" [dependencies.dashu] version = "0.4" optional = true [dependencies.document-features] version = "0.2" [dependencies.glam] version = "0.27" [dependencies.hdf5] version = "0.8" optional = true [dependencies.ibig] version = "0.3" optional = true default-features = false [dependencies.malachite-base] version = "0.4" optional = true [dependencies.malachite-nz] version = "0.4" optional = true [dependencies.num-bigint] version = "0.4" optional = true [dependencies.num_enum] version = "0.7.2" default-features = false [dependencies.rayon] version = "1" optional = true [dependencies.rstar] version = "0.12" [dependencies.rug] version = "1.24" features = ["integer"] optional = true default-features = false [dev-dependencies.float-cmp] version = "0.9" [dev-dependencies.rand] version = "0.8" [features] dashu = ["dep:dashu"] default = [ "ibig", "rayon", ] hdf5 = ["dep:hdf5"] ibig = ["dep:ibig"] malachite = [ "malachite-nz", "malachite-base", ] num_bigint = ["dep:num-bigint"] rayon = ["dep:rayon"] rug = ["dep:rug"]