akar-sqlite 0.1.15

SQLite extension for the Akar embedded graph database
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "akar-sqlite"
version = "0.1.15"
authors = ["Anjang Kusuma Netra"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQLite extension for the Akar embedded graph database"
readme = "README.md"
keywords = [
    "graph",
    "database",
    "embedded",
    "cypher",
    "ai-agent",
]
categories = [
    "database",
    "database-implementations",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/mlengse/akar"

[features]
bundled = ["rusqlite/bundled"]
default = []

[lib]
name = "akar_sqlite"
path = "src/lib.rs"

[dependencies.akar-common]
version = "0.1.3"

[dependencies.akar-extension]
version = "0.1.1"

[dependencies.akar-function]
version = "0.1.2"

[dependencies.arrow]
version = "59.1.0"
features = [
    "csv",
    "ipc",
    "prettyprint",
]
default-features = false

[dependencies.rusqlite]
version = "0.40.1"
features = ["bundled"]
optional = true

[dependencies.tracing]
version = "0.1"