clipper2-src 2.0.1

Source distribution of Clipper2 polygon clipping library
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 = "2024"
rust-version = "1.85"
name = "clipper2-src"
version = "2.0.1"
authors = ["Mariusz Klochowicz <mariusz@klochowicz.com>"]
build = "build.rs"
links = "clipper2"
include = [
    "src/**",
    "build.rs",
    "LICENSE",
    "README.md",
    "Clipper2/CPP/Clipper2Lib/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Source distribution of Clipper2 polygon clipping library"
readme = "README.md"
keywords = [
    "clipper2",
    "polygon",
    "clipping",
    "offset",
    "geometry",
]
categories = [
    "external-ffi-bindings",
    "development-tools::build-utils",
]
license = "BSL-1.0"
repository = "https://github.com/AML3D/clipper2-src"

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

[build-dependencies.cc]
version = "1"