[package] name = "fitsio-sys-bindgen" edition = "2018" version = "0.0.6" authors = ["Simon Walker "] description = "FFI wrapper around cfitsio" homepage = "https://github.com/simonrw/rust-fitsio" repository = "https://github.com/simonrw/rust-fitsio" readme = "README.md" license = "MIT/Apache-2.0" build = "build.rs" documentation = "https://docs.rs/fitsio-sys-bindgen" categories = ["external-ffi-bindings", "science"] [dependencies] libc = "0.2.0" block = "0.1.5" [dev-dependencies] tempfile = "3.0.0" [build-dependencies] pkg-config = "0.3.7" bindgen = "0.60.1" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]