# 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" name = "zip-extensions" version = "0.8.1" authors = ["Matthias Friedrich "] exclude = [ "**/*.yml", "**/*.json", ".gitignore", ] description = "An extension crate for zip." readme = "README.md" keywords = [ "zip", "archive", ] license = "MIT" repository = "https://github.com/matzefriedrich/zip-extensions-rs" [dependencies.zip] version = "2.1" default-features = false [features] aes = ["zip/aes"] aes-crypto = ["zip/aes-crypto"] bzip2 = ["zip/bzip2"] chrono = ["zip/chrono"] constant_time_eq = ["zip/constant_time_eq"] default = [ "aes-crypto", "bzip2", "deflate64", "deflate", "lzma", "time", "zstd", "xz", ] deflate = ["zip/deflate"] deflate-flate2 = ["zip/deflate-flate2"] deflate-miniz = ["zip/deflate-miniz"] deflate-zlib = ["zip/deflate-zlib"] deflate-zlib-ng = ["zip/deflate-zlib-ng"] deflate-zopfli = ["zip/deflate-zopfli"] deflate64 = ["zip/deflate64"] flate2 = ["zip/flate2"] hmac = ["zip/hmac"] lzma = ["zip/lzma"] lzma-rs = ["zip/lzma-rs"] pbkdf2 = ["zip/pbkdf2"] rand = ["zip/rand"] sha1 = ["zip/sha1"] time = ["zip/time"] unreserved = ["zip/unreserved"] xz = ["zip/xz"] zeroize = ["zip/zeroize"] zopfli = ["zip/zopfli"] zstd = ["zip/zstd"]