More work on datastore

This commit is contained in:
red binder 2026-04-14 09:00:49 +02:00
commit 0fe0b754a1
8 changed files with 2230 additions and 239 deletions

View file

@ -28,6 +28,11 @@ anyhow = "1.0.100"
ureq = { version = "3.1.4", features = [ "json" ] }
serde = { version = "1.0.228", features = [ "derive" ] }
serde_json = "1.0.149"
sqlx = { version = "0.8.6", optional = true }
aws-sdk-s3 = { version = "1.129.0", optional = true }
aws-config = { version = "1.8.15", optional = true }
base64 = "0.22.1"
sha2 = "0.10.9"
[dev-dependencies]
# criterion = "0.7.0"
@ -40,7 +45,7 @@ big_pid = []
v3-8-15 = ["rmc_struct_header"]
v4-3-11 = ["v3-8-15"]
nx = ["big_pid"]
datastore = ["dep:sqlx", "v3-8-15", "dep:aws-sdk-s3", "dep:aws-config"]
[[bench]]
name = "rmc_serialization"