buffered-reader 0.5.0

A super-powered Reader
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 = "buffered-reader"
version = "0.5.0"
authors = ["Justus Winter <justus@sequoia-pgp.org>", "Kai Michaelis <kai@sequoia-pgp.org>", "Neal H. Walfield <neal@sequoia-pgp.org>"]
description = "A super-powered Reader"
homepage = "https://sequoia-pgp.org/"
documentation = "https://docs.sequoia-pgp.org/buffered_reader"
readme = "README.md"
license = "GPL-3.0"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
[dependencies.bzip2]
version = "0.3.2"
optional = true

[dependencies.flate2]
version = "1.0.1"
optional = true

[dependencies.libc]
version = "0.2.33"

[features]
compression = ["compression-deflate", "compression-bzip2"]
compression-bzip2 = ["bzip2"]
compression-deflate = ["flate2"]
default = ["compression"]
[badges.gitlab]
repository = "sequoia-pgp/sequoia"

[badges.maintenance]
status = "actively-developed"