[package]
name = "akar-function"
version = "0.1.2"
edition.workspace = true
license.workspace = true
repository.workspace = true
publish = true
description = "Function registry and expression evaluation for the Akar embedded graph database"
keywords.workspace = true
categories.workspace = true
authors.workspace = true
[dependencies]
akar-common = { path = "../akar-common", version = "0.1.0" }
arrow.workspace = true
hashbrown.workspace = true
regex.workspace = true
time.workspace = true
md-5.workspace = true
sha2.workspace = true
base64.workspace = true
[lints]
workspace = true