From 1deb0b88edd455142160c0a03c094422907f2df6 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 21 Jun 2026 19:28:50 +0900 Subject: feat(php-shim): implement hash, hash_raw, hash_file Support md5, sha1, sha256, and xxh3 algorithms. Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/shirabe-php-shim/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crates/shirabe-php-shim/Cargo.toml') diff --git a/crates/shirabe-php-shim/Cargo.toml b/crates/shirabe-php-shim/Cargo.toml index bd285f5..4226234 100644 --- a/crates/shirabe-php-shim/Cargo.toml +++ b/crates/shirabe-php-shim/Cargo.toml @@ -8,11 +8,15 @@ anyhow.workspace = true chrono.workspace = true fastrand.workspace = true indexmap.workspace = true +md5.workspace = true regex.workspace = true reqwest.workspace = true serde.workspace = true serde_json.workspace = true serde_urlencoded.workspace = true +sha1.workspace = true +sha2.workspace = true +twox-hash.workspace = true zip.workspace = true [lints] -- cgit v1.3.1