feat: add md5 support and remove deprecated meta plugin

This commit is contained in:
Andrew Phillips
2025-08-27 10:37:07 -03:00
committed by Andrew Phillips (aider)
parent e8f2c00416
commit 5d518711d5
3 changed files with 7 additions and 301 deletions

7
Cargo.lock generated
View File

@@ -1347,6 +1347,7 @@ dependencies = [
"log",
"lz4_flex",
"magic",
"md5",
"nix",
"once_cell",
"prettytable-rs",
@@ -1529,6 +1530,12 @@ dependencies = [
"opaque-debug",
]
[[package]]
name = "md5"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
[[package]]
name = "memchr"
version = "2.7.5"