[package]
name = "akar-postgres"
version = "0.1.13"
edition = "2024"
license = "GPL-3.0-or-later"
repository = "https://github.com/mlengse/akar"
publish = true
description = "PostgreSQL extension for the Akar embedded graph database"
keywords = ["graph", "database", "embedded", "cypher", "ai-agent"]
categories = ["database", "database-implementations"]
authors = ["Anjang Kusuma Netra"]
[dependencies]
akar-function = { version = "0.1.2" }
akar-extension = { version = "0.1.1" }
tokio = { version = "1", features = ["rt", "rt-multi-thread"], optional = true }
tokio-postgres = { version = "0.7", features = ["with-chrono-0_4", "with-uuid-1", "with-serde_json-1"], optional = true }
tracing = {version = "0.1"}
[features]
default = []
native = ["tokio", "tokio-postgres"]
[dev-dependencies]
akar-catalog = { version = "0.1.1" }
akar-common = { version = "0.1.3" }
akar-extension = { version = "0.1.1" }