clipper2c-sys 0.1.6

Exposing unsafe FFI for Clipper2 library for Rust.
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 = "clipper2c-sys"
version = "0.1.6"
authors = ["Fredrik Söderström <tirithen@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Exposing unsafe FFI for Clipper2 library for Rust."
documentation = "https://docs.rs/clipper2c-sys/"
readme = "README.md"
keywords = [
    "polygon",
    "boolean",
    "clip",
    "clipper",
    "clipper2",
]
categories = [
    "algorithms",
    "external-ffi-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tirithen/clipper2c-sys"

[features]
generate-bindings = ["bindgen"]
serde = ["dep:serde"]
update-bindings = ["generate-bindings"]

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

[[bench]]
name = "ffi_bench"
path = "benches/ffi_bench.rs"
harness = false

[dependencies.libc]
version = "0.2"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[build-dependencies.bindgen]
version = "0.69.4"
optional = true

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