# 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.67" name = "buffered-reader" version = "1.3.1" authors = [ "Justus Winter ", "Kai Michaelis ", "Neal H. Walfield ", ] 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" [lib] bench = false [dependencies.bzip2] version = "0.4" optional = true [dependencies.flate2] version = "1.0.1" optional = true [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2.66" [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"