# 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-extract" version = "0.2.1" authors = ["M*C*O "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Archive extraction via zip-rs, automated." readme = "README.md" keywords = [ "zip", "archive", "extract", ] categories = ["compression"] license = "MIT" repository = "https://github.com/MCOfficer/zip-extract" [lib] name = "zip_extract" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.zip] version = "2" default-features = false [dev-dependencies.cute-log] version = "2.0.7" default-features = false [dev-dependencies.dir-diff] version = "0.3.3" [dev-dependencies.tempfile] version = "3.9.0" [features] aes-crypto = ["zip/aes-crypto"] bzip2 = ["zip/bzip2"] chrono = ["zip/chrono"] default = ["zip/default"] 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"] lzma = ["zip/lzma"] time = ["zip/time"] unreserved = ["zip/unreserved"] xz = ["zip/xz"] zstd = ["zip/zstd"]