aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-php-shim/Cargo.toml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-06-21 19:28:50 +0900
committernsfisis <nsfisis@gmail.com>2026-06-21 19:28:50 +0900
commit1deb0b88edd455142160c0a03c094422907f2df6 (patch)
treea04fe95f60c7289ab4d34ed04a540a1e029d9ad5 /crates/shirabe-php-shim/Cargo.toml
parent9a60b4d6e2ca0c87bf767d31299caae0b91c2706 (diff)
downloadphp-shirabe-1deb0b88edd455142160c0a03c094422907f2df6.tar.gz
php-shirabe-1deb0b88edd455142160c0a03c094422907f2df6.tar.zst
php-shirabe-1deb0b88edd455142160c0a03c094422907f2df6.zip
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) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe-php-shim/Cargo.toml')
-rw-r--r--crates/shirabe-php-shim/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
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]