From 7bcdc3b4ca460aec2b98fb2dca6165788c562b05 Mon Sep 17 00:00:00 2001 From: Igor Tolmachev Date: Sat, 20 Jul 2024 16:52:39 +0900 Subject: Partial aes implementation and others improvements --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 96900a5..ea16168 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,10 +12,13 @@ categories = ["compression", "filesystem"] exclude = [".vscode/"] [dependencies] +aes = "0.8.4" bzip2 = "0.4.4" chrono = "0.4.29" crc32fast = "1.4.2" flate2 = "1.0.30" liblzma = "0.3.2" +pbkdf2 = "0.12.2" serde = { version = "1.0.203", features = ["derive"] } +sha1 = "0.10.6" zstd = "0.13.2" -- cgit v1.2.3