[build-dependencies.bindgen]
version = "0.69"
[build-dependencies.cc]
version = "1.0"
[dependencies]
[features]
all-headers = []
default = []
include-programs = []
[lib]
name = "qhull_sys"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Rust bindings to Qhull"
edition = "2021"
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"]
keywords = ["qhull", "geometry", "convex-hull", "delaunay", "voronoi"]
license = "MIT"
name = "qhull-sys"
readme = "README.md"
repository = "https://github.com/LucaCiucci/qhull-rs"
version = "0.4.0"