[package] name = "voronoids" version = "0.1.0" edition = "2021" authors = ["Kaze Wong "] description = "A library for generating Voronoi diagrams in parallel in Rust." license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] kiddo = "4.2.0" nalgebra = "0.32.4" ndarray = "0.15.6" plotter = "0.1.0" plotters = "0.3.5" rand = "0.8.5" rayon = "1.9.0" [env] RUST_BACKTRACE=1