# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "bzip2" version = "0.4.4" authors = ["Alex Crichton "] description = """ Bindings to libbzip2 for bzip2 compression and decompression exposed as Reader/Writer streams. """ 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.11" [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.3" features = ["quickcheck"] [dev-dependencies.quickcheck] version = "1.0" [dev-dependencies.quickcheck6] version = "0.6" package = "quickcheck" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio-core] version = "0.1" [features] static = ["bzip2-sys/static"] tokio = [ "tokio-io", "futures", ]