[package] name = "ndarray-zfp-rs" version = "0.1.0" authors = ["Xiangru Lian "] edition = "2018" description = "Rust bindings for ZFP (https://github.com/LLNL/zfp)." repository = "https://gitlab.cr.dianbota.com/public-repos/ndarray-zfp-rs" license = "MIT" categories = ["compression"] [dependencies] zfp-sys = "0.1.4" anyhow = "1.0.17" bytes = "0.4.12" ndarray = "0.13.0"