# 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.4" authors = ["Fredrik Söderström "] 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" [dependencies.libc] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [build-dependencies.bindgen] version = "0.69.4" optional = true [build-dependencies.cc] version = "1.0.94" [features] generate-bindings = ["bindgen"] serde = ["dep:serde"] update-bindings = ["generate-bindings"]