geo-booleanop2 0.3.3

Rust implementation of the Martinez-Rueda Polygon Clipping Algorithm
Documentation
# 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 = "geo-booleanop2"
version = "0.3.3"
authors = [
    "angcyo@126.com",
    "Bodo Junglas <junglas@objectcode.de>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust implementation of the Martinez-Rueda Polygon Clipping Algorithm"
readme = "README.md"
keywords = [
    "gis",
    "geo",
    "geography",
    "geospatial",
]
license = "MIT"
repository = "https://github.com/RustStudioIst/rust-geo-booleanop"

[features]
debug-booleanop = []

[lib]
name = "geo_booleanop2"
path = "src/lib.rs"

[dependencies.float_next_after]
version = "1.0"

[dependencies.geo-types]
version = "0.7.16"
default-features = false

[dependencies.num-traits]
version = "0.2.19"

[dependencies.robust]
version = "1.2"

[dev-dependencies.rand]
version = "0.9.1"