[package] name = "fpzip-sys" version = "0.2.0" authors = ["jvo203 "] edition = "2021" description = "Raw Rust bindings to FPZIP (https://github.com/LLNL/fpzip)." repository = "https://github.com/jvo203/fpzip-sys" readme = "README.md" license = "MIT" categories = ["compression", "external-ffi-bindings", "science"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] bindgen = "0.70" cmake = "0.1"