[package] name = "boostvoronoi_ext" version = "0.11.1" authors = ["eadf "] edition = "2021" description = "Boost voronoi private workspace (this workspace will be re-integrated in the main crate in next release)" repository = "https://codeberg.org/eadf/boostvoronoi_rs" license = "BSL-1.0" exclude = [ "img/*", "idea/*", ".github/*", ] [dependencies] num-traits = "0.2.17" approx = "0.5.1" libm = "0.2.8" smallvec = "1.11.2" ordered-float = "4.2.0"