buffered-reader 1.4.1

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 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]
edition = "2021"
rust-version = "1.85"
name = "buffered-reader"
version = "1.4.1"
authors = [
    "Justus Winter <justus@sequoia-pgp.org>",
    "Kai Michaelis <kai@sequoia-pgp.org>",
    "Neal H. Walfield <neal@sequoia-pgp.org>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A super-powered Reader"
homepage = "https://sequoia-pgp.org/"
documentation = "https://docs.rs/buffered-reader"
readme = "README.md"
license = "LGPL-2.0-or-later"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
resolver = "3"

[badges.gitlab]
repository = "sequoia-pgp/sequoia"

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

[features]
compression = [
    "compression-deflate",
    "compression-bzip2",
]
compression-bzip2 = ["bzip2"]
compression-deflate = ["flate2"]
default = ["compression"]

[lib]
name = "buffered_reader"
path = "src/lib.rs"
bench = false

[dependencies.bzip2]
version = ">= 0.4, < 0.7"
optional = true

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

[dependencies.libc]
version = "0.2.66"

[lints.clippy.complexity]
level = "allow"
priority = -1

[lints.clippy.style]
level = "allow"
priority = -1

[lints.clippy.suspicious]
level = "deny"
priority = -1

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    'cfg(osslconf, values("OPENSSL_NO_BF"))',
    'cfg(osslconf, values("OPENSSL_NO_CAMELLIA"))',
    'cfg(osslconf, values("OPENSSL_NO_CAST"))',
    'cfg(osslconf, values("OPENSSL_NO_IDEA"))',
    'cfg(osslconf, values("OPENSSL_NO_OCB"))',
    'cfg(osslconf, values("OPENSSL_NO_DES"))',
]