From a83767f9fbd51df654901b52bdba7838f6a10bf9 Mon Sep 17 00:00:00 2001 From: Igor Tolmachev Date: Tue, 16 Jul 2024 01:59:53 +0900 Subject: Add traditional PKWARE decryption. - Compression and encryption may not work together - Password check is not yet implemented - Unoptimized crc32 function --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index cb00d2b..96900a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,7 @@ exclude = [".vscode/"] [dependencies] bzip2 = "0.4.4" chrono = "0.4.29" +crc32fast = "1.4.2" flate2 = "1.0.30" liblzma = "0.3.2" serde = { version = "1.0.203", features = ["derive"] } -- cgit v1.2.3