[dependencies.i_float]
version = "~1.8.0"
[dependencies.i_key_sort]
version = "~0.4.0"
[dependencies.i_shape]
version = "~1.8.0"
[dependencies.i_tree]
version = "~0.9.0"
[dependencies.rayon]
optional = true
version = "^1.10"
[dev-dependencies.rand]
features = []
version = "^0.8.5"
[dev-dependencies.serde]
features = ["derive"]
version = "^1.0"
[dev-dependencies.serde_json]
version = "^1.0"
[features]
allow_multithreading = ["rayon"]
default = ["allow_multithreading"]
glam = ["i_float/glam"]
[lib]
name = "i_overlay"
path = "src/lib.rs"
[package]
authors = ["Nail Sharipov <nailxsharipov@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Boolean Operations for 2D Polygons: Supports intersection, union, difference, xor, and self-intersections for all polygon varieties."
edition = "2024"
license = "MIT"
name = "i_overlay"
readme = "README.md"
repository = "https://github.com/iShape-Rust/iOverlay"
version = "2.0.4"
[[test]]
name = "board_tests"
path = "tests/board_tests.rs"
[[test]]
name = "clockwise_tests"
path = "tests/clockwise_tests.rs"
[[test]]
name = "data"
path = "tests/data.rs"
[[test]]
name = "doc_tests"
path = "tests/doc_tests.rs"
[[test]]
name = "dynamic_tests"
path = "tests/dynamic_tests.rs"
[[test]]
name = "empty_tests"
path = "tests/empty_tests.rs"
[[test]]
name = "fill_rule_tests"
path = "tests/fill_rule_tests.rs"
[[test]]
name = "float_overlay_tests"
path = "tests/float_overlay_tests.rs"
[[test]]
name = "fragment_tests"
path = "tests/fragment_tests.rs"
[[test]]
name = "overlay_tests"
path = "tests/overlay_tests.rs"
[[test]]
name = "simplify_tests"
path = "tests/simplify_tests.rs"
[[test]]
name = "slice_tests"
path = "tests/slice_tests.rs"
[[test]]
name = "string_tests"
path = "tests/string_tests.rs"
[[test]]
name = "util"
path = "tests/util.rs"
[[test]]
name = "vector_tests"
path = "tests/vector_tests.rs"