[package] name = "pzip-bwt" version = "0.1.0" authors = ["ucyo "] edition = "2018" license = "GPL-3.0" description = "Wrapper around the bwt function of libdivsufsort" homepage = "https://github.com/ucyo/pzip-bwt" documentation = "https://github.com/ucyo/pzip-bwt" repository = "https://github.com/ucyo/pzip-bwt" keywords = ["libdivsufsort", "burrow-wheeler", "suffixsort", "transformation"] categories = ["compression", "development-tools::ffi"] [build-dependencies] cmake = "0.1"