[build-dependencies.cc]
version = "1.0"
[build-dependencies.pkg-config]
version = "0.3.9"
[dependencies.libc]
version = "0.2"
[features]
static = []
[lib]
name = "bzip2_sys"
path = "lib.rs"
[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
build = "build.rs"
categories = ["external-ffi-bindings"]
description = """
Bindings to libbzip2 for bzip2 compression and decompression exposed as
Reader/Writer streams.
"""
documentation = "https://docs.rs/bzip2-sys"
homepage = "https://github.com/alexcrichton/bzip2-rs"
license = "MIT/Apache-2.0"
links = "bzip2"
name = "bzip2-sys"
repository = "https://github.com/alexcrichton/bzip2-rs"
version = "0.1.11+1.0.8"