# 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 = "boostvoronoi_core" version = "0.11.1" authors = ["eadf "] exclude = [ "img/*", "idea/*", ".github/*", "examples/input_data/*", ] description = "Boost voronoi private workspace (this workspace will be re-integrated in the main crate in next release)" license = "BSL-1.0" repository = "https://codeberg.org/eadf/boostvoronoi_rs" [dependencies.ahash] version = "0.8.6" [dependencies.approx] version = "0.5.1" [dependencies.bitflags] version = "2.4.1" [dependencies.boostvoronoi_ext] version = "=0.11.1" default-features = false [dependencies.cgmath] version = "0.18.0" optional = true [dependencies.cpp_map] version = "0.1.1" [dependencies.geo] version = "0.27.0" optional = true [dependencies.glam] version = "0.24.2" optional = true [dependencies.itertools] version = "0.12.0" [dependencies.mint] version = "0.5.9" optional = true [dependencies.nalgebra] version = "0.32.3" optional = true [dependencies.num-traits] version = "0.2.17" [dependencies.ordered-float] version = "4.2.0" [dependencies.serde] version = "1.0.132" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.50" [dependencies.vob] version = "3.0.3" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.regex] version = "1.10.2" [build-dependencies.version_check] version = "0.9.4" [features] ce_corruption_check = [] console_debug = []