# 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" version = "0.11.1" authors = ["eadf "] exclude = [ "img/*", "idea/*", ".github/*", "examples/input_data/*", ] description = "Boost voronoi ported to 100% rust" readme = "README.md" keywords = [ "voronoi", "sweepline", "geometry", ] license = "BSL-1.0" repository = "https://codeberg.org/eadf/boostvoronoi_rs" [profile.release] lto = true [[example]] name = "fltk_gui" path = "example/fltk_gui.rs" [[example]] name = "main" path = "example/main.rs" [[example]] name = "readme" path = "example/readme.rs" [[example]] name = "stress_test" path = "example/stress_test.rs" required-features = ["geo"] [[bench]] name = "bench" harness = false [dependencies.boostvoronoi_core] version = "=0.11.1" default-features = false [dependencies.boostvoronoi_ext] version = "=0.11.1" default-features = false [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.bitflags] version = "2.4.1" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.fltk] version = "1.4.19" [dev-dependencies.geo_cr] version = "0.27" package = "geo" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.ordered-float] version = "4.2.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.regex] version = "1.10.2" [dev-dependencies.serde_json] version = "1.0.107" [dev-dependencies.vob] version = "3.0.3" [features] ce_corruption_check = ["boostvoronoi_core/ce_corruption_check"] cgmath = ["boostvoronoi_core/cgmath"] console_debug = ["boostvoronoi_core/console_debug"] geo = ["boostvoronoi_core/geo"] glam = ["boostvoronoi_core/glam"] mint = ["boostvoronoi_core/mint"] nalgebra = ["boostvoronoi_core/nalgebra"] serde = ["boostvoronoi_core/serde"] [badges.maintenance] status = "actively-developed"