# 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 = "qhull-sys" version = "0.3.1" exclude = ["/qhull"] include = [ "/qhull/src/libqhull_r/*", "/qhull/COPYING.txt", "qhull/src/qconvex/qconvex_r.c", "qhull/src/qdelaunay/qdelaun_r.c", "qhull/src/qhalf/qhalf_r.c", "qhull/src/qhull/unix_r.c", "qhull/src/qvoronoi/qvoronoi_r.c", "qhull/src/rbox/rbox_r.c", "/src/", "/Cargo.toml", "/README.md", "/LICENSE", "/build.rs", "/wrapper.h", ] description = "Rust bindings to Qhull" readme = "README.md" keywords = [ "qhull", "geometry", "convex-hull", "delaunay", "voronoi", ] license = "MIT" repository = "https://github.com/LucaCiucci/qhull-rs" [dependencies] [build-dependencies.bindgen] version = "0.69" [build-dependencies.cc] version = "1.0" [features] all-headers = [] default = [] include-programs = []