graphddb_runtime 0.7.7

Rust runtime for GraphDDB — interprets the language-neutral IR (manifest.json + operations.json) and executes the validated access patterns against DynamoDB.
Documentation
[package]
name = "graphddb_runtime"
version = "0.7.7"
edition.workspace = true
license.workspace = true
description = "Rust runtime for GraphDDB — interprets the language-neutral IR (manifest.json + operations.json) and executes the validated access patterns against DynamoDB."
repository = "https://github.com/foo-log-inc/graphddb"
homepage = "https://github.com/foo-log-inc/graphddb"
readme = "../README.md"
keywords = ["dynamodb", "graph", "aws", "orm", "codegen"]
categories = ["database", "api-bindings"]

[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true }
futures = { workspace = true }
thiserror = { workspace = true }
async-trait = { workspace = true }
base64 = { workspace = true }
aws-config = { workspace = true }
aws-sdk-dynamodb = { workspace = true }

[dev-dependencies]
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "test-util"] }
async-trait = { workspace = true }