bzip2 0.3.3

Bindings to libbzip2 for bzip2 compression and decompression exposed as Reader/Writer streams.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "bzip2"
version = "0.3.3"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "Bindings to libbzip2 for bzip2 compression and decompression exposed as\nReader/Writer streams.\n"
homepage = "https://github.com/alexcrichton/bzip2-rs"
documentation = "https://docs.rs/bzip2"
readme = "README.md"
keywords = ["bzip", "encoding"]
categories = ["compression", "api-bindings"]
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/bzip2-rs"
[dependencies.bzip2-sys]
version = "0.1"

[dependencies.futures]
version = "0.1"
optional = true

[dependencies.libc]
version = "0.2"

[dependencies.tokio-io]
version = "0.1"
optional = true
[dev-dependencies.partial-io]
version = "^0.2.1"
features = ["quickcheck"]

[dev-dependencies.quickcheck]
version = "0.4"

[dev-dependencies.rand]
version = "0.3"

[dev-dependencies.tokio-core]
version = "0.1"

[features]
tokio = ["tokio-io", "futures"]