[dependencies.i_float]
version = "~1.3.0"
[dependencies.i_key_sort]
version = "~0.2.0"
[dependencies.i_shape]
version = "~1.3.0"
[dependencies.i_tree]
version = "~0.8.2"
[dependencies.rayon]
optional = true
version = "^1.5"
[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"]
[lib]
name = "i_overlay"
path = "src/lib.rs"
[package]
authors = ["Nail Sharipov <nailxsharipov@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Boolean Operations for 2D Polygons: Supports intersection, union, difference, xor, and self-intersections for all polygon varieties."
edition = "2021"
license = "MIT"
name = "i_overlay"
readme = "README.md"
repository = "https://github.com/iShape-Rust/iOverlay"
version = "1.7.4"
[[test]]
name = "checkboard_tests"
path = "tests/checkboard_tests.rs"
[[test]]
name = "clockwise_tests"
path = "tests/clockwise_tests.rs"
[[test]]
name = "data"
path = "tests/data.rs"
[[test]]
name = "dynamic_tests"
path = "tests/dynamic_tests.rs"
[[test]]
name = "empty_tests"
path = "tests/empty_tests.rs"
[[test]]
name = "f32_overlay_tests"
path = "tests/f32_overlay_tests.rs"
[[test]]
name = "f64_overlay_tests"
path = "tests/f64_overlay_tests.rs"
[[test]]
name = "fill_rule_tests"
path = "tests/fill_rule_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 = "util"
path = "tests/util.rs"
[[test]]
name = "vector_tests"
path = "tests/vector_tests.rs"