[build-dependencies.bindgen]
optional = true
version = "0.69.4"
[build-dependencies.cc]
version = "1.0.94"
[dependencies.libc]
version = "0.2"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[features]
generate-bindings = ["bindgen"]
serde = ["dep:serde"]
update-bindings = ["generate-bindings"]
[lib]
name = "clipper2c_sys"
path = "src/lib.rs"
[package]
authors = ["Fredrik Söderström <tirithen@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["algorithms", "external-ffi-bindings"]
description = "Exposing unsafe FFI for Clipper2 library for Rust."
documentation = "https://docs.rs/clipper2c-sys/"
edition = "2021"
keywords = ["polygon", "boolean", "clip", "clipper", "clipper2"]
license = "MIT OR Apache-2.0"
name = "clipper2c-sys"
readme = "README.md"
repository = "https://github.com/tirithen/clipper2c-sys"
version = "0.1.5"