[build-dependencies.cc]
version = "1.0"
[build-dependencies.pkg-config]
version = "0.3.9"
[dependencies.libc]
version = "0.2"
[features]
__disabled = []
static = []
[lib]
name = "bzip2_sys"
path = "lib.rs"
[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
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"
readme = false
repository = "https://github.com/alexcrichton/bzip2-rs"
resolver = "2"
version = "0.1.12+1.0.8"