clipper2-sys 1.0.0

Polygon Clipping and Offsetting (Clipper2 wrapper)
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 = "clipper2-sys"
version = "1.0.0"
authors = ["songhuaixu <songhuaixu@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Polygon Clipping and Offsetting (Clipper2 wrapper)"
documentation = "https://docs.rs/clipper2-sys"
readme = "README.md"
keywords = [
    "polygon",
    "boolean",
    "clip",
    "offset",
    "clipper2",
]
categories = [
    "algorithms",
    "external-ffi-bindings",
]
license = "MIT"
repository = "https://github.com/songhuaixu/clipper2-sys"

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

[dependencies.cxx]
version = "1"

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