libflate 0.1.5

A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)
Documentation
[package]
name = "libflate"
version = "0.1.5"
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
description = "A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)"
documentation = "https://docs.rs/crate/libflate"
homepage = "https://github.com/sile/libflate"
repository = "https://github.com/sile/libflate"
readme = "README.md"
keywords = ["deflate", "gzip", "zlib"]
categories = ["compression"]
license = "MIT"

[badges]
travis-ci = {repository = "sile/libflate"}

[dependencies]
byteorder = "1"

[dev-dependencies]
clap = "2"