akar-function 0.2.1

Function registry and expression evaluation for the Akar embedded graph database
Documentation
[package]

name = "akar-function"

version = "0.2.1"

edition = "2024"

license = "GPL-3.0-or-later"

repository = "https://github.com/mlengse/akar"

publish = true

description = "Function registry and expression evaluation for the Akar embedded graph database"

keywords = ["graph", "database", "embedded", "cypher", "ai-agent"]

categories = ["database", "database-implementations"]

authors = ["Anjang Kusuma Netra"]



[dependencies]

akar-common = { version = "0.2.1" }

arrow = {version = "59.1.0", default-features = false, features = ["csv", "ipc", "prettyprint"]}

hashbrown = {version = "0.17.1", features = ["serde"]}

regex = {version = "1"}

time = {version = "0.3.47"}

md-5 = {version = "0.11.0"}

sha2 = {version = "0.11.0"}

base64 = {version = "0.23"}