From 08c87709423614d12acc66cd3e54ba5c50a92981 Mon Sep 17 00:00:00 2001 From: despiegk Date: Tue, 13 May 2025 07:00:28 +0300 Subject: [PATCH] .. --- Cargo.toml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a979d77..9ef9238 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,8 +14,6 @@ readme = "README.md" anyhow = "1.0.98" base64 = "0.21.0" # Base64 encoding/decoding cfg-if = "1.0" - - chacha20poly1305 = "0.10.1" # ChaCha20Poly1305 AEAD cipher clap = "2.33" # Command-line argument parsing dirs = "5.0.1" # Directory paths @@ -42,25 +40,9 @@ serde = { version = "1.0", features = [ serde_json = "1.0" # For JSON handling sha2 = "0.10.7" # SHA-2 hash functions tempfile = "3.5" # For temporary file operations -log = "0.4" # Logging facade -env_logger = "0.10.0" # Logger implementation -rhai = { version = "1.12.0", features = ["sync"] } # Embedded scripting language -rand = "0.8.5" # Random number generation -clap = "2.33" # Command-line argument parsing -r2d2 = "0.8.10" -r2d2_postgres = "0.18.2" - -# Crypto dependencies -base64 = "0.21.0" # Base64 encoding/decoding -k256 = { version = "0.13.1", features = ["ecdsa"] } # Elliptic curve cryptography -once_cell = "1.18.0" # Lazy static initialization -sha2 = "0.10.7" # SHA-2 hash functions -chacha20poly1305 = "0.10.1" # ChaCha20Poly1305 AEAD cipher -ethers = { version = "2.0.7", features = ["legacy"] } # Ethereum library -dirs = "5.0.1" # Directory paths tokio = { version = "1.28", features = ["full"] } -uuid = { version = "1.16.0", features = ["v4"] } tokio-test = "0.4.4" +uuid = { version = "1.16.0", features = ["v4"] } # Optional features for specific OS functionality [target.'cfg(unix)'.dependencies]