api: refactor: move checksum algorithms to common

This commit is contained in:
Alex Auvolat
2025-02-16 16:44:34 +01:00
parent 2f0c5ca220
commit cee7560fc1
14 changed files with 215 additions and 171 deletions
Generated
+5
View File
@@ -1301,8 +1301,11 @@ dependencies = [
name = "garage_api_common"
version = "1.0.1"
dependencies = [
"base64 0.21.7",
"bytes",
"chrono",
"crc32c",
"crc32fast",
"crypto-common",
"err-derive",
"futures",
@@ -1316,11 +1319,13 @@ dependencies = [
"hyper 1.6.0",
"hyper-util",
"idna 0.5.0",
"md-5",
"nom",
"opentelemetry",
"pin-project",
"serde",
"serde_json",
"sha1",
"sha2",
"tokio",
"tracing",